ExceededMetadataObjectLimitException members
Represents the exception thrown when the number of metadata objects of a particular type that is 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) | Initializes a new instance of the class with the metadata object type, and the numerical limit that was exceeded. | |
ExceededMetadataObjectLimitException(String, Type, Int32) | Initializes a new instance of the class with a specified error message, the metadata object type, and the numerical limit that was exceeded. | |
ExceededMetadataObjectLimitException(String, Exception, Type, Int32) | 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 type, and the numerical limit that was exceeded. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has an explicit message. (Inherited from MetadataException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Limit | Gets or Sets the numerical limit that was exceeded. | |
Message | Gets the exception message. (Overrides MetadataException.Message.) | |
MetadataObjectType | Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception. (Inherited from MetadataException.) | |
ServerStackTrace | Gets the server stack trace. (Inherited from MetadataException.) | |
StackTrace | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
LogEvent | Logs the event. (Inherited from MetadataException.) | |
ToString | Creates and returns a string representation of the current exception object. (Overrides MetadataException.ToString().) |
Top