MetadataException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class with 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(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(Type, IExceptionHelper) | Initializes a new instance of the class with the metadata object type and an exception helper. |
![]() |
MetadataException(String, Type, IExceptionHelper) | Initializes a new instance of the class with a message, metadata object type, and an exception helper. |
![]() |
MetadataException(String, Exception, Type, IExceptionHelper) | Initializes a new instance of the class with a message, the inner exception, the metadataObjectType object, and an exception helper. |
Top