Class IncorrectPasswordException
名称: Aspose.Imaging.CoreExceptions アセンション: Aspose.Imaging.dll (25.4.0)
間違ったパスワードの例外
public class IncorrectPasswordException : Exception, ISerializable
Inheritance
object ← Exception ← IncorrectPasswordException
Implements
相続人
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(ストレッチ)
Aspose.Imaging.CoreExceptions.IncorrectPasswordException クラスの新しい例を開始します。
public IncorrectPasswordException(string message)
Parameters
message
string
誤りを説明するメッセージです。
IncorrectPasswordException(ストリート、例外)
Aspose.Imaging.CoreExceptions.IncorrectPasswordException クラスの新しい例を開始します。
public IncorrectPasswordException(string message, Exception innerException)
Parameters
message
string
例外の理由を説明するエラーメッセージ。
innerException
Exception
現在の例外の原因である例外、またはゼロ参照(Visual Basic では何もない)は、内部例外が指定されていない場合。