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