InvalidMetadataPropertyException constructor
Constructs a new instance of the class with various options.
Overload list
Name | Description | |
---|---|---|
InvalidMetadataPropertyException() | Constructs a new instance of the class. | |
InvalidMetadataPropertyException(String) | Constructs a new instance of the class with a message. | |
InvalidMetadataPropertyException(Type) | Constructs a new instance of the class by using the metadata object. | |
InvalidMetadataPropertyException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
InvalidMetadataPropertyException(String, Exception) | Constructs a new instance of the class with a message and the inner exception. | |
InvalidMetadataPropertyException(String, String, Type) | Constructs a new instance of the class by using the property name that is not valid, a metadata object name, and a metadata object type. | |
InvalidMetadataPropertyException(String, String, String, Type) | Constructs a new instance of the class with a message, a property name that is not valid, a metadata object name, and a metadata object type. | |
InvalidMetadataPropertyException(String, Exception, String, String, Type) | Constructs a new instance of the class with a message, an inner exception, a property name that is not valid, a metadata object name, and a metadata object type. |
Top
See also
Reference
InvalidMetadataPropertyException class