Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an integer value that represents the error code and identifies the exception.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCode As Integer
Get
'Usage
Dim instance As IdcrlException
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
Property value
Type: System.Int32