AccessDeniedException.State Property
Gets the state of the Business Data Connectivity (BDC) service exception.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property State As BdcExceptionState
Get
'Usage
Dim instance As AccessDeniedException
Dim value As BdcExceptionState
value = instance.State
public override BdcExceptionState State { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.BdcExceptionState
The state of the Business Data Connectivity (BDC) service.
Remarks
The obtained state can be serialized and sent as a Web service fault.