IdcrlException.ErrorCode - Propriété
Obtient un nombre entier qui représente le code d'erreur et identifie l'exception.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorCode As Integer
Get
'Utilisation
Dim instance As IdcrlException
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
Valeur de propriété
Type : System.Int32