Initializes a new instance of the PrinterDriverClientException class with its Message string set to _message_, its Code set to _code_ and its inner exception set to a null reference (Nothing in VB).
| Overload | Description |
|---|---|
| PrinterDriverClientException() | Initializes a new instance of the PrinterDriverClientException class with its Message string set to the default message that corresponds to the code and its inner exception is set to a null reference (Nothing in VB). |
| PrinterDriverClientException(PrinterDriverClientExceptionCode) | Initializes a new instance of the PrinterDriverClientException class with its Message string set to the default message. |
| PrinterDriverClientException(SerializationInfo,StreamingContext) | Initializes a new instance of the PrinterDriverClientException class with the specified serialization and context information. |
| PrinterDriverClientException(string) | Initializes a new instance of the PrinterDriverClientException class with its Message string set to message. |
| PrinterDriverClientException(string,Exception) | Initializes a new instance of the PrinterDriverClientException class with a specified error message. |
| PrinterDriverClientException(string,PrinterDriverClientExceptionCode) | Initializes a new instance of the PrinterDriverClientException class with its Message string set to _message_, its Code set to _code_ and its inner exception set to a null reference (Nothing in VB). |