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 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.