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.

public IncorrectPasswordException(string message)

Parameters

message string

الرسالة التي تصف الخطأ.

IncorrectPasswordException(الستار، استثناء)

يبدأ مثالًا جديدًا من فئة Aspose.Imaging.CoreExceptions.IncorrectPasswordException.

public IncorrectPasswordException(string message, Exception innerException)

Parameters

message string

رسالة الخطأ التي تشرح سبب الاستثناء.

innerException Exception

الاستثناء الذي هو السبب في الاستثناء الحالي، أو إشارة صفر (لا شيء في Visual Basic) إذا لم يتم تحديد أي استثناء داخلي.

 عربي