Accusoft.PdfXpressSdk Namespace > InvalidPasswordException Class : InvalidPasswordException Constructor |
Overload | Description |
---|---|
InvalidPasswordException Constructor() | Main constructor thrown when trying to open a document with the wrong password or no password. |
InvalidPasswordException Constructor(String) | Thrown when trying to open a document with the wrong password or no password allowing to pass in an error message. |
InvalidPasswordException Constructor(String,Exception) | Thrown when trying to open a document with the wrong password or no password allowing to pass in an error message and inner exception. |