共用方式為


DataTransferProgressEventArgs.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.

請參閱

參考

DataTransferProgressEventArgs 類別

Microsoft.SqlServer.Management.Common 命名空間