MetadataObjectNotFoundException Class
Represents the exception thrown if the requested metadata object cannot be found in the Business Data Connectivity (BDC) service.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.BdcException
Microsoft.BusinessData.MetadataModel.MetadataException
Microsoft.BusinessData.MetadataModel.MetadataObjectNotFoundException
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class MetadataObjectNotFoundException _
Inherits MetadataException
'Usage
Dim instance As MetadataObjectNotFoundException
[SerializableAttribute]
[DataContractAttribute]
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.