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에서 아무것도).