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