ExceededMetadataObjectLimitException Class
Represents the exception that is thrown when the number of metadata objects of a particular type that are loaded into the cache exceeds a predefined limit, or if the number of metadata objects related to another metadata object exceeds a predefined limit.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.BdcException
Microsoft.BusinessData.MetadataModel.MetadataException
Microsoft.BusinessData.MetadataModel.ExceededMetadataObjectLimitException
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class ExceededMetadataObjectLimitException _
Inherits MetadataException
'Usage
Dim instance As ExceededMetadataObjectLimitException
[SerializableAttribute]
[DataContractAttribute]
public class ExceededMetadataObjectLimitException : MetadataException
Remarks
The following are examples of predefined limits that, if exceeded, cause an exception to be thrown:
A single external system object can have only 100 data classes.
A single Business Data Connectivity (BDC) service instance in an application domain can load no more than 100 external system objects.
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.