IdcrlException.ErrorCode property
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