次の方法で共有


ConnectionErrorEventArgs(Exception) コンストラクター

定義

指定された例外パラメーターを使用して、ConnectionErrorEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

exception
Exception

エラーが発生した場合にスローされる例外です。

適用対象