InvalidMetadataObjectException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class with various options.
Overload List
Name | Description | |
---|---|---|
InvalidMetadataObjectException() | Constructs a new instance of the class. | |
InvalidMetadataObjectException(String) | Constructs a new instance of the class with a message string. | |
InvalidMetadataObjectException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
InvalidMetadataObjectException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. | |
InvalidMetadataObjectException(IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a metadata object, a field name, and an exception helper. | |
InvalidMetadataObjectException(String, IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a message, a metadata object, a field name, and an exception helper. | |
InvalidMetadataObjectException(String, Exception, IMetadataObject, String, IExceptionHelper) | Constructs a new instance of the class by using a message, the inner exception, the metadata object that is not valid, the field name that is not valid, and an exception helper. |
Top
See Also
Reference
InvalidMetadataObjectException Class