DuplicateMetadataObjectException class

Represents an exception that is thrown when one or more metadata objects have field values that are equal in a context where this is not allowed.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.BusinessData.Administration.MetadataException
      Microsoft.SharePoint.BusinessData.Administration.DuplicateMetadataObjectException

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class DuplicateMetadataObjectException _
    Inherits MetadataException
'Usage
Dim instance As DuplicateMetadataObjectException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class DuplicateMetadataObjectException : MetadataException

Remarks

This metadata store exception can be thrown when objects that are loaded from the metadata store have the same name, despite belonging to different data classes. For example, two methods from different data classes have the same Name field value. When instances of these methods are validated, the DuplicateMetadataObjectException exception is thrown. After the objects are cached, validation is not performed again.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DuplicateMetadataObjectException members

Microsoft.SharePoint.BusinessData.Administration namespace