Class IncorrectPasswordException

Class IncorrectPasswordException

De naam: Aspose.Note Verzameling: Aspose.Note.dll (25.4.0)

Verwijder als een document is versleuteld met een wachtwoord en het bij het openen van het document aangegeven waakwoord onjuist of ontbreekt.

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

ISerializable

Geëerbiede leden

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

IncorrectPasswordException(SerializationInfo, StreamingContext)

Initialiseert een nieuwe instantie van de Aspose.Note.IncorrectPasswordException klasse.

protected IncorrectPasswordException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
   {
      base(serializationInfo, synchronizationContext);
   }

Parameters

serializationInfo SerializationInfo

Informatie over serialisatie.

synchronizationContext StreamingContext

De synchronisatie context.

 Nederlands