AccessDeniedException Members
Include Protected Members
Include Inherited Members
Specifies the exception that is thrown when the Business Data Connectivity (BDC) service authorization subsystem detects an access attempt that is not valid.
The AccessDeniedException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AccessDeniedException() | Constructs a new instance of the class. | |
AccessDeniedException(String) | Constructs a new instance of the class with a message string. | |
AccessDeniedException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
AccessDeniedException(Type, String, IExceptionHelper) | ||
AccessDeniedException(String, Type, String, IExceptionHelper) | ||
AccessDeniedException(String, Exception, Type, String, IExceptionHelper) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ExceptionHelper | Gets the exception helper that assists with localization. (Inherited from BdcException.) | |
HasExplicitMessage | Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception. (Inherited from BdcException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) | |
Message | Gets a generic access-denied error message. (Overrides BdcException.Message.) | |
SecurableObjectType | Gets the type of the object to which access was denied. | |
ServerStackTrace | Gets a server stack trace. (Inherited from BdcException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
State | Gets the state of the Business Data Connectivity (BDC) service exception. (Overrides BdcException.State.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
FillState | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides BdcException.FillState(BdcExceptionState).) | |
Finalize | (Inherited from Object.) | |
FormatError | Returns a non-localized string that contains information for logging. | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Retrieves the object data. (Overrides BdcException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Converts the exception object to a string. (Overrides BdcException.ToString().) |
Top