Class IncorrectPasswordException
Der Name: Aspose.Note Zusammensetzung: Aspose.Note.dll (25.4.0)
Wenn ein Dokument mit einem Passwort verschlüsselt wird und das beim Öffnen des Dokuments angegebenes Passwörter falsch oder fehlt.
public class IncorrectPasswordException : Exception, ISerializable
{
public IncorrectPasswordException() { }
public IncorrectPasswordException(string message) : base(message) { }
public IncorrectPasswordException(string message, Exception innerException) : base(message, innerException) { }
protected IncorrectPasswordException(SerializationInfo info, StreamingContext context) : base(info, context) { }
}
Inheritance
object ← Exception ← IncorrectPasswordException
Implements
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()
Constructors
InkorrektPasswordException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der Aspose.Note.IncorrectPasswordException Klasse.
protected IncorrectPasswordException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
{
base(serializationInfo, synchronizationContext);
}
Parameters
serializationInfo
SerializationInfo
Die Serieninformationen.
synchronizationContext
StreamingContext
Der Synchronisierungskontext.