Class IncorrectPasswordException

Class IncorrectPasswordException

İsim alanı : Aspose.Note Toplama: Aspose.Note.dll (25.4.0)

Bir belge bir şifre ile şifrelenir ve belgenin açıldığında belirtilen parol yanlış veya eksik olursa.

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

mirasçı üyeleri

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

DoğruPasswordException(SerializationInfo, StreamingContext)

Aspose.Note.IncorrectPasswordException sınıfının yeni bir örneğini başlatır.

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

Parameters

serializationInfo SerializationInfo

Seriyalizasyon Bilgileri

synchronizationContext StreamingContext

Sinkronizasyon konusunu değerlendirin.

 Türkçe