Partager via


Propriété DataTransferProgressEventArgs.Exception

Obtient l'exception associée à l'objet DataTransferProgressEventType.

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 : Exception
Valeur d'objet Exception qui spécifie l'exception associée à l'objet DataTransferProgressEventType.

Voir aussi

Référence

DataTransferProgressEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Common