ConnectionErrorEventArgs(Exception) Constructeur

Définition

Initialise une nouvelle instance de la classe ConnectionErrorEventArgs avec le paramètre de connexion spécifié.

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)

Paramètres

exception
Exception

Exception levée lorsqu'une erreur s'est produite.

S’applique à