DataTransferProgressEventArgs.Exception 속성

Gets the exception associated with the DataTransferProgressEventType object.

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

구문

‘선언
Public ReadOnly Property Exception As Exception 
    Get
‘사용 방법
Dim instance As DataTransferProgressEventArgs 
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
An Exception object value that specifies the exception associated with the DataTransferProgressEventType object.

참고 항목

참조

DataTransferProgressEventArgs 클래스

Microsoft.SqlServer.Management.Common 네임스페이스