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 物件相關聯的例外狀況。