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). |