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

プロパティ値

型: System. . :: . .Exception
DataTransferProgressEventType オブジェクトに関連付けられた例外を示す Exception オブジェクト値です。