AccessDeniedExceptionState Class

Represents the state of the AccessDeniedException object. This state can be serialized and returned as faults from Web services.

Inheritance Hierarchy

System.Object
  Microsoft.BusinessData.Infrastructure.BdcExceptionState
    Microsoft.BusinessData.Infrastructure.AccessDeniedExceptionState

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public NotInheritable Class AccessDeniedExceptionState _
    Inherits BdcExceptionState
'Usage
Dim instance As AccessDeniedExceptionState
[DataContractAttribute]
public sealed class AccessDeniedExceptionState : BdcExceptionState

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AccessDeniedExceptionState Members

Microsoft.BusinessData.Infrastructure Namespace