Share via


MetadataException Members

Include Protected Members
Include Inherited Members

Represents a base exception class that is thrown when the runtime engine encounters generic issues with Microsoft Business Connectivity Services (BCS) metadata.

The MetadataException type exposes the following members.

Constructors

  Name Description
Public method MetadataException() Initializes a new instance of the class.
Public method MetadataException(String) Initializes a new instance of the class with a message.
Public method MetadataException(Type) Initializes a new instance of the class with the metadata object type.
Protected method MetadataException(SerializationInfo, StreamingContext) Initializes a new instance of the class by using the serialization information and the streaming context.
Public method MetadataException(String, Exception) Initializes a new instance of the class with a message and the inner exception.
Public method MetadataException(String, Type) Initializes a new instance of the class with a message, and metadata object type.
Public method MetadataException(String, Exception, Type) Initializes a new instance of the class with a message, the inner exception, and the metadataObjectType object.

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.
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message Represents the error message. (Overrides Exception.Message.)
Public property MetadataObjectType Gets or sets the type of the metadata object that caused the exception.
Public property ServerStackTrace Gets or sets the server stack trace.
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 Serializes the information about the metadata object that caused the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method LogEvent Logs the event in the server event log.
Public method ToString Converts the exception object to a string. (Overrides Exception.ToString().)

Top

See Also

Reference

MetadataException Class

Microsoft.SharePoint.BusinessData.Administration.Client Namespace