ServerUnauthorizedAccessException Members
Include Protected Members
Include Inherited Members
Represents the exception that is thrown when a user lacks required permission.
The ServerUnauthorizedAccessException type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
ServerErrorCode | Gets the server error code. (Inherited from ServerException.) |
![]() |
ServerErrorDetails | Gets the detailed information about the exception on the server. (Inherited from ServerException.) |
![]() |
ServerErrorTypeName | Get the type name of the exception that is thrown by the server. (Inherited from ServerException.) |
![]() |
ServerErrorValue | Gets possible additional information about the error code. (Inherited from ServerException.) |
![]() |
ServerStackTrace | Gets the call stack information about the exception on the server. (Inherited from ServerException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetObjectData | (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
ToString | Returns a string that represents the ServerException. (Inherited from ServerException.) |
Top