ConnectionErrorEventArgs.Exception 속성

The exception that is thrown when an error occurred during .executing ConnectionErrorEventArgs.

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

구문

‘선언
Public ReadOnly Property Exception As Exception 
    Get
‘사용 방법
Dim instance As ConnectionErrorEventArgs 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

속성 값

유형: System.Exception
Returns an exception that represents an error occurred during .executing ConnectionErrorEventArgs.

참고 항목

참조

ConnectionErrorEventArgs 클래스

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