AccessDeniedExceptionState.ReconstructException Property
Gets the exception represented by this state object..
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ReconstructException As BdcException
Get
'Usage
Dim instance As AccessDeniedExceptionState
Dim value As BdcException
value = instance.ReconstructException
public override BdcException ReconstructException { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.BdcException
The Business Data Connectivity (BDC) service exception object.
See Also
Reference
AccessDeniedExceptionState Class