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) اگر هیچ استثنای داخلی مشخص نشده باشد.