BdcException.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 Overridable ReadOnly Property State As BdcExceptionState
Get
'Usage
Dim instance As BdcException
Dim value As BdcExceptionState
value = instance.State
public virtual BdcExceptionState State { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.BdcExceptionState
The state of the Business Data Connectivity (BDC) service exception.
Remarks
The obtained state can be serialized and returned as a Web service fault.