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
Public method MetadataObjectNotFoundException() Initializes a new instance of the class.
Public method MetadataObjectNotFoundException(String) Initializes a new instance of the class with a message.
Protected method MetadataObjectNotFoundException(SerializationInfo, StreamingContext) Initializes a new instance of the class by using the serialization information and the streaming context.
Public method MetadataObjectNotFoundException(String, Exception) Constructs a new instance of the class with a message and the inner exception.
Public method MetadataObjectNotFoundException(Type, String) Constructs a new instance of the class with search criteria and a metadata object type.
Public method MetadataObjectNotFoundException(String, Type, String) Constructs a new instance of the class with a message, the metadata object type, and the search criteria.
Public method 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
Public property Data (Inherited from Exception.)
Public property HasExplicitMessage Gets a value that indicates whether the exception has a text message. (Inherited from MetadataException.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message Gets the exception message string. (Overrides MetadataException.Message.)
Public property MetadataObjectType Gets or sets the type of the metadata object that caused the exception. (Inherited from MetadataException.)
Public property SearchCriteria Gets the exception search criteria.
Public property ServerStackTrace Gets or sets the server stack trace. (Inherited from MetadataException.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method GetBaseException (Inherited from Exception.)
Public method GetObjectData Constructs a new instance of the class with serialization information and streaming context. (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method LogEvent Logs the event in the server event log. (Inherited from MetadataException.)
Public method ToString Converts the object to a string. (Overrides MetadataException.ToString().)

Top

See Also

Reference

MetadataObjectNotFoundException Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace