DataTransferProgressEventArgs.Exception Property

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

Property Value

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

See Also

Reference

DataTransferProgressEventArgs Class

Microsoft.SqlServer.Management.Common Namespace