Class InvalidPasswordException
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Represents the exception type which is thrown when password protected file opening with wrong password.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class InvalidPasswordException : TasksException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← TasksException ← InvalidPasswordException
Implements
Inherited Members
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
InvalidPasswordException(SerializationInfo, StreamingContext)
Initializes a new instance of the Aspose.Tasks.InvalidPasswordException class.
protected InvalidPasswordException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
The serialization info.
context
StreamingContext
The serialization context.