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