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