MetadataObjectNotFoundException Members
Include Protected Members
Include Inherited Members
Represents the exception thrown 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 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) | Constructs a new instance of the class with search criteria and a metadata object type. | |
MetadataObjectNotFoundException(String, Type, String) | Constructs a new instance of the class with a message, the metadata object type, and the search criteria. | |
MetadataObjectNotFoundException(String, Exception, Type, String) | Constructs a new instance of the class with a message, the inner exception, the metadata object type, and the search criteria. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HasExplicitMessage | Gets a value that indicates whether the exception has a text message. (Inherited from MetadataException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | Gets the exception message string. (Overrides MetadataException.Message.) | |
MetadataObjectType | Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.) | |
SearchCriteria | Gets the exception search criteria. | |
ServerStackTrace | Gets or sets the server stack trace. (Inherited from MetadataException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | Constructs a new instance of the class with serialization information and streaming context. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
LogEvent | Logs the event in the server event log. (Inherited from MetadataException.) | |
ToString | Converts the object to a string. (Overrides MetadataException.ToString().) |
Top
See Also
Reference
MetadataObjectNotFoundException Class
Microsoft.SharePoint.BusinessData.Administration.Client Namespace