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

IncorrectPasswordException(SerializationInfo、ストリーミングコンテキスト)

Aspose.Note.IncorrectPasswordException クラスの新しい例を開始します。

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

Parameters

serializationInfo SerializationInfo

シリアリズム情報

synchronizationContext StreamingContext

シンクロニズムの背景

 日本語