Class InvalidPasswordException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Stellt den Ausnahmetyp dar, der ausgelöst wird, wenn eine passwortgeschützte Datei mit einem falschen Passwort geöffnet wird.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class InvalidPasswordException : TasksException, ISerializable
Vererbung
object ← Exception ← ApplicationException ← TasksException ← InvalidPasswordException
Implementiert
Vererbte Mitglieder
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()
Konstruktoren
InvalidPasswordException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der Aspose.Tasks.InvalidPasswordException-Klasse.
protected InvalidPasswordException(SerializationInfo info, StreamingContext context)
Parameter
info
SerializationInfo
Die Serialisierungsinformationen.
context
StreamingContext
Der Serialisierungskontext.