ConnectionErrorEventArgs(Exception) Costruttore

Definizione

Inizializza una nuova istanza della classe ConnectionErrorEventArgs con il parametro di eccezione specificato.

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)

Parametri

exception
Exception

Eccezione generata quando si verifica un errore.

Si applica a