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

오류가 발생했을 때 발생하는 예외입니다.

적용 대상