Share via


DuplicateMetadataObjectException Members

Include Protected Members
Include Inherited Members

This exception is thrown if you try to create a metadata object and an object with the same name already exists in the Business Data Catalog.

The DuplicateMetadataObjectException type exposes the following members.

Constructors

  Name Description
Public method DuplicateMetadataObjectException()
Public method DuplicateMetadataObjectException(String)
Protected method DuplicateMetadataObjectException(SerializationInfo, StreamingContext)
Public method DuplicateMetadataObjectException(String, Exception)
Public method DuplicateMetadataObjectException(String, String, Type)
Public method DuplicateMetadataObjectException(String, String, String, Type)
Public method DuplicateMetadataObjectException(String, Exception, String, String, Type)

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property DuplicateFieldName Represents the duplicate field name.
Public property DuplicateMetadataObjectName Represents the duplicate metadata object name.
Public property HasExplicitMessage (Inherited from MetadataException.)
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 MetadataException.Message.)
Public property MetadataObjectType Gets or sets the type of the metadata object that caused the exception. (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 Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Overrides MetadataException.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method Initialize
Protected method LogEvent Logs the event in the server event log. (Inherited from MetadataException.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Overrides MetadataException.ToString().)

Top

See Also

Reference

DuplicateMetadataObjectException Class

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace