ServerUnauthorizedAccessException 成员
包括受保护的成员
包括继承的成员
表示用户缺少所需的权限时,将引发异常。
ServerUnauthorizedAccessException 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Data | (从 Exception 继承。) | |
HResult | (从 Exception 继承。) | |
InnerException | (从 Exception 继承。) | |
Message | (从 Exception 继承。) | |
ServerErrorCode | 获取服务器错误代码。 (从 ServerException 继承。) | |
ServerErrorDetails | 获取有关异常在服务器上的详细的信息。 (从 ServerException 继承。) | |
ServerErrorTraceCorrelationId | 获取当前服务器异常跟踪相关 ID。 (从 ServerException 继承。) | |
ServerErrorTypeName | 获取服务器引发异常的类型名称。 (从 ServerException 继承。) | |
ServerErrorValue | 获取有关的错误代码可能附加信息。 (从 ServerException 继承。) | |
ServerStackTrace | 获取有关异常在服务器上的调用堆栈信息。 (从 ServerException 继承。) | |
StackTrace | (从 Exception 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
GetBaseException | (从 Exception 继承。) | |
GetType | (从 Exception 继承。) | |
ToString | 返回一个字符串,表示ServerException。 (从 ServerException 继承。) |
页首