ConnectionDialogException Class

Definition

Represents the exception that is thrown by the connection dialog box.

public ref class ConnectionDialogException : ApplicationException
[System.Serializable]
public class ConnectionDialogException : ApplicationException
[<System.Serializable>]
type ConnectionDialogException = class
    inherit ApplicationException
Public Class ConnectionDialogException
Inherits ApplicationException
Inheritance
ConnectionDialogException
Attributes

Constructors

ConnectionDialogException()

Initializes a new instance of the ConnectionDialogException class that includes a system-supplied message that describes the error.

ConnectionDialogException(String)

Initializes a new instance of the ConnectionDialogException class that specifies a message to describe the error.

ConnectionDialogException(String, Exception)

Initializes a new instance of the ConnectionDialogException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to