ConnectionErrorEventArgs(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der ConnectionErrorEventArgs-Klasse mit dem angegebenen Ausnahmeparameter.

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)

Parameter

exception
Exception

Ausnahme, die ausgelöst wird, wenn ein Fehler aufgetreten ist.

Gilt für: