Freigeben über


DataTransferProgressEventArgs.Exception-Eigenschaft

Gets the exception associated with the DataTransferProgressEventType object.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Exception
An Exception object value that specifies the exception associated with the DataTransferProgressEventType object.

Siehe auch

Verweis

DataTransferProgressEventArgs Klasse

Microsoft.SqlServer.Management.Common-Namespace