แก้ไข

PrintDialogException Class

Definition

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
PrintDialogException

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 .

Applies to