2.2.4.27 ConcurrentModificationExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The ConcurrentModificationExceptionState complex type is an error complex type that contains information about a protocol-server-side error because of a concurrent modification of a MetadataObject. 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="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.