Class IncorrectPasswordException
Tên không gian: Aspose.Note Tổng hợp: Aspose.Note.dll (25.4.0)
Thrown nếu một tài liệu được mã hóa với một mật khẩu và password được chỉ định khi mở văn bản là không chính xác hoặc thiếu.
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
Thành viên thừa kế
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)
Bắt đầu một trường hợp mới của lớp Aspose.Note.IncorrectPasswordException.
protected IncorrectPasswordException(SerializationInfo serializationInfo, StreamingContext synchronizationContext)
{
base(serializationInfo, synchronizationContext);
}
Parameters
serializationInfo
SerializationInfo
Thông tin serialization
synchronizationContext
StreamingContext
Mối quan hệ đồng bộ hóa