MetadataObjectNotFoundException Members
Include Protected Members
Include Inherited Members
Throws an exception if the requested metadata object cannot be found in the Business Data Connectivity (BDC) service metadata store.
The MetadataObjectNotFoundException type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has an explicit message. (Inherited from MetadataException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | Gets the exception message. (Overrides MetadataException.Message.) | |
MetadataObjectType | Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception. (Inherited from MetadataException.) | |
SearchCriteria | Gets or sets the search criteria. | |
ServerStackTrace | Gets the server stack trace. (Inherited from MetadataException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the object data by using the serialization information and the streaming context. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
LogEvent | Logs the event. (Inherited from MetadataException.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Creates and returns a string representation of the current exception object. (Overrides MetadataException.ToString().) |
Top