Accusoft.TwainProSdk Namespace > InternalErrorException Class : InternalErrorException Constructor |
Overload | Description |
---|---|
InternalErrorException Constructor() | An exception generated for an internal error. |
InternalErrorException Constructor(Int32) | Generated exception for an internal error with a given error number. |
InternalErrorException Constructor(String) | Generated exception for an internal error with a given string. |
InternalErrorException Constructor(Int32,String) | Generated exception for an internal error with a given error number and message. |
InternalErrorException Constructor(String,Exception) | Generated exception for an internal error with a given message and inner exception. |