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