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