2.2.4.32 ExceededMetadataObjectLimitExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The ExceededMetadataObjectLimitExceptionState complex type is an error complex type that contains information about a protocol-server-side error because of a MetadataObject exceeding an implementation-specific limit to the number of MetadataObjects it can contain or refer to. 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="ExceededMetadataObjectLimitExceptionState" 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="Limit" type="xs:int"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Limit: The numerical limit that is exceeded.