ExceededMetadataObjectLimitException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class by using various options.
Overload List
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
See Also
Reference
ExceededMetadataObjectLimitException Class