Class InvalidPasswordException
InvalidPasswordException class
The exception that is thrown when invalid password is provided by user.
public sealed class InvalidPasswordException : PdfException
Constructors
Name | Description |
---|---|
InvalidPasswordException(Exception) | Initializes a new instance of the InvalidPasswordException class with a reference to the inner exception that is the cause of this exception. |
InvalidPasswordException(string) | Initializes a new instance of the InvalidPasswordException class. |
InvalidPasswordException(string, Exception) | Initializes a new instance of the InvalidPasswordException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
- class PdfException
- namespace Aspose.Pdf
- assembly Aspose.PDF