PrintDialogException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when an error condition occurs during the opening, accessing, or using of a PrintDialog.
public ref class PrintDialogException : Exception
public class PrintDialogException : Exception
type PrintDialogException = class
inherit Exception
Public Class PrintDialogException
Inherits Exception
- Inheritance
Constructors
| Name | Description |
|---|---|
| PrintDialogException() |
Initializes a new instance of the PrintDialogException class. |
| PrintDialogException(SerializationInfo, StreamingContext) |
Initializes a new instance of the PrintDialogException class that provides specific SerializationInfo and StreamingContext. This constructor is protected. |
| PrintDialogException(String, Exception) |
Initializes a new instance of the PrintDialogException class that provides a specific error condition, including its underlying cause. |
| PrintDialogException(String) |
Initializes a new instance of the PrintDialogException class that provides a specific error condition in a String . |