BdcExceptionState Class

Represents the Business Data Connectivity (BDC) service exception state that users can access for marshalling their implementations. This state can be serialized and returned as a Web service fault.

Inheritance Hierarchy

System.Object
  Microsoft.BusinessData.Infrastructure.BdcExceptionState
    Microsoft.BusinessData.Infrastructure.AccessDeniedExceptionState

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<DataContractAttribute> _
<KnownTypeAttribute(GetType(AccessDeniedExceptionState))> _
Public Class BdcExceptionState
'Usage
Dim instance As BdcExceptionState
[DataContractAttribute]
[KnownTypeAttribute(typeof(AccessDeniedExceptionState))]
public class BdcExceptionState

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BdcExceptionState Members

Microsoft.BusinessData.Infrastructure Namespace