Accusoft.PdfXpressSdk Namespace > InvalidOwnerPasswordException Class : InvalidOwnerPasswordException Constructor |
Overload | Description |
---|---|
InvalidOwnerPasswordException Constructor() | Main constructor thrown when trying to open a document with the wrong password or no password. |
InvalidOwnerPasswordException Constructor(String) | Thrown when trying to open a document with the wrong password or no password allowing to pass in an error message. |
InvalidOwnerPasswordException 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. |