Class InvalidPasswordException

Class InvalidPasswordException

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Representerar den undantagstyp som kastas när ett lösenordsskyddat filöppnande med fel lösenord.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class InvalidPasswordException : TasksException, ISerializable

Arv

objectExceptionApplicationExceptionTasksExceptionInvalidPasswordException

Implementerar

ISerializable

Ärvda medlemmar

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktorer

InvalidPasswordException(SerializationInfo, StreamingContext)

Initialiserar en ny instans av klassen Aspose.Tasks.InvalidPasswordException.

protected InvalidPasswordException(SerializationInfo info, StreamingContext context)

Parametrar

info SerializationInfo

Serialiseringsinformationen.

context StreamingContext

Serialiseringskontexten.

 Svenska