Partager via


Propriété DataTransferProgressEventArgs.Exception

Gets the exception associated with the DataTransferProgressEventType object.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Exception As Exception 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DataTransferProgressEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Common