Class IncorrectPasswordException

Class IncorrectPasswordException

اسم الفضاء : Aspose.Note تجميع: Aspose.Note.dll (25.4.0)

إذا كان المستند مشفرًا باستخدام كلمة المرور وحساب الكلمة المرورية المحدد عند فتح الوثيقة غير صحيح أو مفقود.

public class IncorrectPasswordException : Exception, ISerializable
{
    public IncorrectPasswordException() { }
    public IncorrectPasswordException(string message) : base(message) { }
    public IncorrectPasswordException(string message, Exception innerException) : base(message, innerException) { }
    protected IncorrectPasswordException(SerializationInfo info, StreamingContext context) : base(info, context) { }
}

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

IncorrectPasswordاستثناء(SerializationInfo، StreamingContext)

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

protected IncorrectPasswordException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
   {
      base(serializationInfo, synchronizationContext);
   }

Parameters

serializationInfo SerializationInfo

معلومات التسلسل .

synchronizationContext StreamingContext

في سياق المزامنة.

 عربي