Share via


ConnectionErrorEventArgs 생성자

Initializes a new instance of the ConnectionErrorEventArgs class with the specified exception parameter.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Sub New ( _
    exception As Exception _
)
‘사용 방법
Dim exception As Exception 

Dim instance As New ConnectionErrorEventArgs(exception)
public ConnectionErrorEventArgs(
    Exception exception
)
public:
ConnectionErrorEventArgs(
    Exception^ exception
)
new : 
        exception:Exception -> ConnectionErrorEventArgs
public function ConnectionErrorEventArgs(
    exception : Exception
)

매개 변수

  • exception
    유형: System.Exception
    Exception that is thrown when an error occurred.

참고 항목

참조

ConnectionErrorEventArgs 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스