Class IncorrectPasswordException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
잘못된 비밀번호 예외입니다.
public class IncorrectPasswordException : Exception, ISerializable
상속
object ← Exception ← IncorrectPasswordException
구현
상속된 멤버
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)입니다.