获取与 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
一个 Exception 对象值,该值指定与 DataTransferProgressEventType 对象关联的异常。