ConnectionErrorEventArgs(Exception) Construtor

Definição

Inicializa uma nova instância da classe ConnectionErrorEventArgs com o parâmetro de exceção 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

Exceção que é lançada quando um ocorre um erro.

Aplica-se a