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

 中文