InvalidMetadataObjectException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class.
Overload List
Name | Description | |
---|---|---|
InvalidMetadataObjectException() | Initializes a new instance of the class. | |
InvalidMetadataObjectException(String) | Initializes a new instance of the class with a specified error message. | |
InvalidMetadataObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data and streaming context. | |
InvalidMetadataObjectException(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. | |
InvalidMetadataObjectException(UInt32, String, String, Type) | Initializes a new instance of the class with the specified metadata object ID, the metadata object name, the field name, and the metadata object type. | |
InvalidMetadataObjectException(String, UInt32, String, String, Type) | Initializes a new instance of the class with the specified error message, the metadata object ID, the metadata object name, the field name, and the metadata object type. | |
InvalidMetadataObjectException(String, Exception, UInt32, String, String, Type) | Initializes a new instance of the class with the specified error message, a reference to the inner exception that caused this exception, the metadata object ID, the metadata object name, the field name, and the metadata object type. |
Top
See Also
Reference
InvalidMetadataObjectException Class