PrintingCanceledException Constructor
.NET Framework 3.5
Initializes a new instance of the PrintingCanceledException 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 | |
|---|---|---|
|
PrintingCanceledException() | Initializes a new instance of the PrintingCanceledException class. |
|
PrintingCanceledException(String) | Initializes a new instance of the PrintingCanceledException class that provides a specific error condition. |
|
PrintingCanceledException(Int32, String) | Initializes a new instance of the PrintingCanceledException class that provides a specific error code and error condition. |
|
PrintingCanceledException(SerializationInfo, StreamingContext) | Initializes a new instance of the PrintingCanceledException class that provides specific SerializationInfo and StreamingContext. This constructor is protected. |
|
PrintingCanceledException(String, Exception) | Initializes a new instance of the PrintingCanceledException class that provides a specific error condition, including the underlying cause of the exception. |
|
PrintingCanceledException(Int32, String, Exception) | Initializes a new instance of the PrintingCanceledException class that provides a specific error code and error condition, including the underlying cause of the exception. |
|
PrintingCanceledException(Int32, String, String, String, Int32) | Initializes a new instance of the PrintingCanceledException class that provides a specific error code, error condition, print queue name, job name, and job ID. |
|
PrintingCanceledException(Int32, String, String, String, Int32, Exception) | Initializes a new instance of the PrintingCanceledException class with a specific error code, error condition, print queue name, job name, job ID, and underlying cause of the exception. |