InvalidMetadataPropertyException Class

Represents the exception that is thrown if a metadata property is not valid.

Inheritance Hierarchy

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

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

Syntax

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

InvalidMetadataPropertyException Members

Microsoft.BusinessData.MetadataModel Namespace