ClientErrorCodes.AccessDenied field
Provides a constant integer that represents an “Access Denied” error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Const AccessDenied As Integer
'Usage
Dim value As Integer
value = ClientErrorCodes.AccessDenied
public const int AccessDenied
Remarks
The value is always -2147024891.