ClientRequestFailedEventArgs.ErrorCode - Propriété
Obtient le code de l'erreur 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 ErrorCode As Integer
Get
'Utilisation
Dim instance As ClientRequestFailedEventArgs
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
Valeur de propriété
Type : System.Int32
Le code de l'erreur en cours.
Voir aussi
Référence
ClientRequestFailedEventArgs classe