ConnectionErrorEventArgs(Exception) Constructor

Definición

Inicializa una nueva instancia de la clase ConnectionErrorEventArgs con el parámetro de excepción especificado.

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)

Parámetros

exception
Exception

Excepción que tiene lugar cuando se ha producido un error.

Se aplica a