The exception that is thrown when a printing error occurs.
The PrinterDriverException class defines a Code property that you can examine to determine what caused the error.
Default messages are implemented for each Code, you can however modify any message through the GetCodeMessage and SetCodeMessage methods.
For an example, refer to Printer.Install example.