ExceededMetadataObjectLimitException Members
Include Protected Members
Include Inherited Members
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.
The ExceededMetadataObjectLimitException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExceededMetadataObjectLimitException() | Initializes a new instance of the class. |
![]() |
ExceededMetadataObjectLimitException(String) | Initializes a new instance of the class with a specified error message. |
![]() |
ExceededMetadataObjectLimitException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. |
![]() |
ExceededMetadataObjectLimitException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. |
![]() |
ExceededMetadataObjectLimitException(Type, Int32, IExceptionHelper) | Initializes a new instance of the class with the metadata object .NET Framework Type and the numerical limit that was exceeded. |
![]() |
ExceededMetadataObjectLimitException(String, Type, Int32, IExceptionHelper) | Initializes a new instance of the class with a specified error message, the metadata object .NET Framework Type, and the numerical limit that was exceeded. |
![]() |
ExceededMetadataObjectLimitException(String, Exception, Type, Int32, IExceptionHelper) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, the metadata object .NET Framework Type, and the numerical limit that was exceeded. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ExceptionHelper | Gets the exception helper that assists with localization. (Inherited from BdcException.) |
![]() |
HasExplicitMessage | Determines whether the exception has an explicit message that identifies the encountered problem instead of the generic message that corresponds to the type of the exception. (Inherited from BdcException.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
IsRetriable | Determines whether it is safe to retry the operation that caused the exception. (Inherited from BdcException.) |
![]() |
Limit | Gets or sets the numerical limit that was exceeded. |
![]() |
Message | Gets the exception message. (Overrides MetadataException.Message.) |
![]() |
MetadataObjectType | Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.) |
![]() |
ServerStackTrace | Gets a server stack trace. (Inherited from BdcException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
State | Gets the state of the Business Data Connectivity (BDC) service exception. (Inherited from BdcException.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
FillState | This member is reserved for internal use and is not intended to be used directly from your code. Provides the state of the exception. (Inherited from BdcException.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Creates and returns a string representation of the current exception object. (Overrides MetadataException.ToString().) |
Top