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