2.2.4.25 BdcExceptionState

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

The BdcExceptionState 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="BdcExceptionState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="InnerExceptionToStringed" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="InnerExceptionTypeFullName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="ServerStackTrace" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

InnerExceptionToStringed: The specific cause of the operation failure.

InnerExceptionTypeFullName: A name for the kind of violation that caused this fault. The client MUST ignore this value.

Message: A description of the violation.

ServerStackTrace: An implementation-specific representation of the location on the protocol server where the violation is detected.