ConnectionErrorEventArgs(Exception) Constructor

Definition

Initializes a new instance of the ConnectionErrorEventArgs class with the specified exception parameter.

public:
 ConnectionErrorEventArgs(Exception ^ exception);
public ConnectionErrorEventArgs (Exception exception);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionErrorEventArgs : Exception -> Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectionErrorEventArgs
Public Sub New (exception As Exception)

Parameters

exception
Exception

Exception that is thrown when an error occurred.

Applies to