AccessDeniedException Members

Include Protected Members
Include Inherited Members

Represents an exception that is thrown when the Business Data Catalog authorization subsystem detects an invalid access attempt such as when a user or a service account attempts to perform an action, such as accessing an entity, executing a method, or deleting an application that the user does not have permissions to do.

The AccessDeniedException type exposes the following members.

Constructors

  Name Description
Public method AccessDeniedException()
Public method AccessDeniedException(String)
Protected method AccessDeniedException(SerializationInfo, StreamingContext)
Public method AccessDeniedException(String, Exception)
Public method AccessDeniedException(IAccessControlList, Type, String)
Public method AccessDeniedException(String, IAccessControlList, Type, String)
Public method AccessDeniedException(String, Exception, IAccessControlList, Type, String)

Top

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 Returns the message "Access denied by BDC". (Overrides Exception.Message.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns all the information about the access control list (ACL), including who is trying to access it and what it contains. (Overrides Exception.ToString().)

Top

See Also

Reference

AccessDeniedException Class

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace