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.