MetadataObjectNotFoundException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the class by using 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 specified error message. | |
MetadataObjectNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
MetadataObjectNotFoundException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. | |
MetadataObjectNotFoundException(Type, String) | Initializes a new instance of the class with the metadata object Microsoft .NET Framework type and search criteria. | |
MetadataObjectNotFoundException(String, Type, String) | Initializes a new instance of the class with a specified error message, the metadata object Microsoft .NET Framework type, and the search criteria. | |
MetadataObjectNotFoundException(String, Exception, Type, String) | Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, the metadata object Microsoft .NET Framework type, and the search criteria. |
Top
See Also
Reference
MetadataObjectNotFoundException Class