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