PrintSystemException Constructor
Initializes a new instance of the PrintSystemException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PrintSystemException() | Initializes a new instance of the PrintSystemException class. |
|
PrintSystemException(String) | Initializes a new instance of the PrintSystemException class that provides a specific error message. |
|
PrintSystemException(Int32, String) | Initializes a new instance of the PrintSystemException class that provides a specific error code and error message. |
|
PrintSystemException(SerializationInfo, StreamingContext) | Initializes a new instance of the PrintSystemException class that provides specific serialization information and streaming context. |
|
PrintSystemException(String, Exception) | Initializes a new instance of the PrintSystemException class that provides a specific error message, including the underlying cause of the exception. |
|
PrintSystemException(Int32, String, Exception) | Initializes a new instance of the PrintSystemException class that provides a specific error code and error message, including the underlying cause of the exception. |
|
PrintSystemException(Int32, String, String) | Initializes a new instance of the PrintSystemException class that provides a specific error code, error message, and printer message. |