BdcException.FillState Method
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.