| Accusoft.NotateXpressSdk Namespace > InvalidErrorLevelException Class : InvalidErrorLevelException Constructor |
| Overload | Description |
|---|---|
| InvalidErrorLevelException Constructor() | Base exception for error level issues. |
| InvalidErrorLevelException Constructor(Int32) | Exception which allows passing in an error number when there are error level issues. |
| InvalidErrorLevelException Constructor(String) | Exception which allows passing in an error message when there are error level issues. |
| InvalidErrorLevelException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are error level issues. |
| InvalidErrorLevelException Constructor(String,Exception) | Exception which allows passing in an error message and an inner exception when there are error level issues. |