Class IncorrectPasswordException

Class IncorrectPasswordException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

不正なパスワード例外。

public class IncorrectPasswordException : Exception, ISerializable

継承

objectExceptionIncorrectPasswordException

実装

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()

コンストラクター

IncorrectPasswordException(string)

Aspose.Imaging.CoreExceptions.IncorrectPasswordExceptionクラスの新しいインスタンスを初期化します。

public IncorrectPasswordException(string message)

パラメーター

message string

エラーを説明するメッセージ。

IncorrectPasswordException(string, Exception)

Aspose.Imaging.CoreExceptions.IncorrectPasswordExceptionクラスの新しいインスタンスを初期化します。

public IncorrectPasswordException(string message, Exception innerException)

パラメーター

message string

例外の理由を説明するエラーメッセージ。

innerException Exception

現在の例外の原因となる例外、または内部例外が指定されていない場合はnull参照(Visual BasicではNothing)。

 日本語