ClientRequestFailedEventArgs.Exception - Propriété
Obtient l'exception est associée à l'événement a échoué en cours.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Exception As Exception
Get
'Utilisation
Dim instance As ClientRequestFailedEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
Valeur de propriété
Type : System.Exception
L'exception est associée à l'événement a échoué en cours.
Voir aussi
Référence
ClientRequestFailedEventArgs classe