2.2.4.43 MetadataObjectNotFoundExceptionState

Namespace: Microsoft.SharePoint.BusinessData

The MetadataObjectNotFoundExceptionState complex type is an error complex type that contains information about a protocol-server-side error because a requested MetadataObject was not found. 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="MetadataObjectNotFoundExceptionState" 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="SearchCriteria" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

SearchCriteria: The implementation-specific plain text informative criterion used to search for the MetadataObject.