Class IncorrectPasswordException

Class IncorrectPasswordException

ชื่อพื้นที่: Aspose.Imaging.CoreExceptions การประกอบ: Aspose.Imaging.dll (25.4.0)

การยกเว้นรหัสผ่านที่ผิด

public class IncorrectPasswordException : Exception, ISerializable

Inheritance

object Exception IncorrectPasswordException

Implements

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

Constructors

IncorrectPasswordException(รั้ว)

เริ่มต้นตัวอย่างใหม่ของ Aspose.Imaging.CoreExceptions.IncorrectPasswordException class

public IncorrectPasswordException(string message)

Parameters

message string

ข้อความที่อธิบายความผิดพลาด

IncorrectPasswordException(ใบมีดยกเว้น)

เริ่มต้นตัวอย่างใหม่ของ Aspose.Imaging.CoreExceptions.IncorrectPasswordException class

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

ข้อความข้อผิดพลาดที่อธิบายเหตุผลของการยกเว้น

innerException Exception

การยกเว้นซึ่งเป็นสาเหตุของการยกเว้นปัจจุบันหรือการอ้างอิงไม่มี (ไม่มีใน Visual Basic) หากไม่มียกเว้นภายในที่ระบุไว้

 แบบไทย