DataTransferProgressEventArgs.Exception 속성
DataTransferProgressEventType 개체에 연결된 예외를 가져옵니다.
네임스페이스: 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
속성 값
유형: Exception
DataTransferProgressEventType 개체에 연결된 예외를 지정하는 예외 개체 값입니다.