MetadataException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class by using various options.
Overload List
Name | Description | |
---|---|---|
MetadataException() | Initializes a new instance of the class. | |
MetadataException(String) | Initializes a new instance of the class with a message. | |
MetadataException(Type) | Initializes a new instance of the class with the metadata object type. | |
MetadataException(SerializationInfo, StreamingContext) | Initializes a new instance of the class by using the serialization information and the streaming context. | |
MetadataException(String, Exception) | Initializes a new instance of the class with a message and the inner exception. | |
MetadataException(String, Type) | Initializes a new instance of the class with a message, and the metadata object type. | |
MetadataException(String, Exception, Type) | Initializes a new instance of the class with a message, the inner exception, and the metadataObjectType object. |
Top