| Accusoft.ImagXpressSdk Namespace > ImageXViewException Class : ImageXViewException Constructor |
| Overload | Description |
|---|---|
| ImageXViewException Constructor() | The main constructor for ImageXView exceptions. |
| ImageXViewException Constructor(Result) | Constructor which allows passing in a result for the exception. |
| ImageXViewException Constructor(String) | Constructor which allows passing in a message for the exception. |
| ImageXViewException Constructor(Result,String) | Constructor which allows passing in a result and message. |
| ImageXViewException Constructor(String,Exception) | Constructor which allows passing in a message and inner exception. |
| ImageXViewException Constructor(Result,String,Exception) | Constructor which allows passing in a result, message and inner exception. |