| Accusoft.NotateXpressSdk Namespace > InvalidPasswordException Class : InvalidPasswordException Constructor |
| Overload | Description |
|---|---|
| InvalidPasswordException Constructor() | Main constructor for the InvalidPasswordException class when there are errors with passwords. |
| InvalidPasswordException Constructor(Int32) | Excepion which allows passing in an error number when there are errors with passwords. |
| InvalidPasswordException Constructor(String) | Exception which allows passing in a message when there are errors with passwords. |
| InvalidPasswordException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are errors with passwords. |
| InvalidPasswordException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are errors with passwords. |