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 (Nothing ใน Visual Basic) หากไม่มีข้อยกเว้นภายในถูกระบุ