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
例外是当前例外的原因,或者一个零参考(没有在视觉基础)如果没有内部例外是指定的。