DuplicateMetadataObjectException class
SharePoint Online
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.
System.Object
System.Exception
Microsoft.SharePoint.BusinessData.Administration.MetadataException
Microsoft.SharePoint.BusinessData.Administration.DuplicateMetadataObjectException
System.Exception
Microsoft.SharePoint.BusinessData.Administration.MetadataException
Microsoft.SharePoint.BusinessData.Administration.DuplicateMetadataObjectException
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.
Show: