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