MissingMetadataPropertyException Class

Specifies the exception that is thrown when a particular metadata object instance does not have an expected property.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.MetadataModel.MetadataException
        Microsoft.BusinessData.MetadataModel.MissingMetadataPropertyException

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class MissingMetadataPropertyException _
    Inherits MetadataException
'Usage
Dim instance As MissingMetadataPropertyException
[SerializableAttribute]
[DataContractAttribute]
public class MissingMetadataPropertyException : 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

MissingMetadataPropertyException Members

Microsoft.BusinessData.MetadataModel Namespace