Class IncorrectPasswordException

Class IncorrectPasswordException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

استثناء كلمة المرور غير الصحيحة.

public class IncorrectPasswordException : Exception, ISerializable

الوراثة

objectExceptionIncorrectPasswordException

تنفيذ

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

المنشئات

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

الاستثناء الذي هو سبب الاستثناء الحالي، أو مرجع فارغ (Nothing في Visual Basic) إذا لم يتم تحديد استثناء داخلي.

 عربي