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
Наслеђени чланови
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
Контекст синхронизације.