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

IncorrectPasswordException(SerializationInfo، StreamingContext)

یک مثال جدید از کلاس Aspose.Note.IncorrectPasswordException را آغاز می کند.

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

Parameters

serializationInfo SerializationInfo

اطلاعات سریالی سازی

synchronizationContext StreamingContext

مفهوم همگام سازی

 فارسی