MetadataException Class

Represents a base exception class that is thrown when the runtime engine encounters miscellaneous issues with Microsoft Business Connectivity Services (BCS) metadata.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.BusinessData.Infrastructure.BdcException
      Microsoft.BusinessData.MetadataModel.MetadataException
        Microsoft.BusinessData.MetadataModel.ExceededMetadataObjectLimitException
        Microsoft.BusinessData.MetadataModel.InvalidMetadataObjectException
        Microsoft.BusinessData.MetadataModel.InvalidMetadataPropertyException
        Microsoft.BusinessData.MetadataModel.MetadataObjectNotFoundException
        Microsoft.BusinessData.MetadataModel.MissingMetadataPropertyException

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

Syntax

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

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

MetadataException Members

Microsoft.BusinessData.MetadataModel Namespace