2.2.4.27 ConcurrentModificationExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The ConcurrentModificationExceptionState error complex type contains information about a protocol-server-side error caused by concurrent modification of a MetadataObject. This complex type MUST only be included as part of a SOAP fault as specified in section 2.2.4.

 <xs:complexType name="ConcurrentModificationExceptionState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q3="Microsoft.BusinessData.SharePoint" base="q3:MetadataException">
       <xs:sequence>
         <xs:element minOccurs="0" name="MetadataObjectId" type="xs:unsignedInt"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

MetadataObjectId: The MetadataObjectId of the MetadataObject that was concurrently modified.