MetadataObjectNotFoundException Class

Represents the exception thrown if the requested metadata object cannot be found in the Business Data Connectivity (BDC) service metadata store.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.BusinessData.Administration.Client.MetadataException
      Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObjectNotFoundException

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class MetadataObjectNotFoundException _
    Inherits MetadataException
'Usage
Dim instance As MetadataObjectNotFoundException
[SerializableAttribute]
public class MetadataObjectNotFoundException : MetadataException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MetadataObjectNotFoundException Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace