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