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.
This member is reserved for internal use and is not intended to be used directly from your code.
Provides the state of the exception.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Protected Overridable Sub FillState ( _
state As BdcExceptionState _
)
'Usage
Dim state As BdcExceptionState
Me.FillState(state)
protected virtual void FillState(
BdcExceptionState state
)
Parameters
state
Type: Microsoft.BusinessData.Infrastructure.BdcExceptionStateThe Business Data Connectivity (BDC) service exception state.