Class IncorrectPasswordException

Class IncorrectPasswordException

Название пространства: Aspose.Note Ассоциация: Aspose.Note.dll (25.4.0)

Проверка, если документ шифрован паролем, а пароль, указанный при открытии документа, неправилен или отсутствует.

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

Наследованные члены

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

НеправильноеPasswordException(SerializationInfo, StreamingContext)

Инициализует новую инстанцию класса Aspose.Note.IncorrectPasswordException.

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

Parameters

serializationInfo SerializationInfo

Информация о сериализации.

synchronizationContext StreamingContext

Контекст синхронизации.

 Русский