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