ServerUnauthorizedAccessException class

Represents the exception that is thrown when a user lacks required permission.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Client.ServerException
      Microsoft.SharePoint.Client.ServerUnauthorizedAccessException

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Class ServerUnauthorizedAccessException _
    Inherits ServerException
'Usage
Dim instance As ServerUnauthorizedAccessException
public class ServerUnauthorizedAccessException : ServerException

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ServerUnauthorizedAccessException members

Microsoft.SharePoint.Client namespace