ServerUnauthorizedAccessException members

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

The ServerUnauthorizedAccessException type exposes the following members.

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property ServerErrorCode Gets the server error code. (Inherited from ServerException.)
Public property ServerErrorDetails Gets the detailed information about the exception on the server. (Inherited from ServerException.)
Public property ServerErrorTraceCorrelationId Gets the trace correlation ID for the current server exception. (Inherited from ServerException.)
Public property ServerErrorTypeName Get the type name of the exception that is thrown by the server. (Inherited from ServerException.)
Public property ServerErrorValue Gets possible additional information about the error code. (Inherited from ServerException.)
Public property ServerStackTrace Gets the call stack information about the exception on the server. (Inherited from ServerException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method GetBaseException (Inherited from Exception.)
Public method GetObjectData (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Public method ToString Returns a string that represents the ServerException. (Inherited from ServerException.)

Top

Events

  Name Description
Protected event SerializeObjectState (Inherited from Exception.)

Top

See also

Reference

ServerUnauthorizedAccessException class

Microsoft.SharePoint.Client namespace