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