2.2.4.24 BdcException

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.Infrastructure

The BdcException complex type is an error complex type that contains information about a protocol-server-side error encountered during implementation-specific operations or caused by a violation of constraints on the metadata store. The complex type MUST only be included as part of a SOAP fault as specified in Complex Types (section 2.2.4).

 <xs:complexType name="BdcException" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/System" base="q2:Exception"/>
   </xs:complexContent>
 </xs:complexType>