Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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