DuplicateItemInMetadataStoreException Class

The exception that is thrown when a provider attempts to add an item that already exists to the metadata store.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DuplicateItemInMetadataStoreException
    Inherits SimpleProvidersException
'Usage
Dim instance As DuplicateItemInMetadataStoreException
[SerializableAttribute] 
public class DuplicateItemInMetadataStoreException : SimpleProvidersException
[SerializableAttribute] 
public ref class DuplicateItemInMetadataStoreException : public SimpleProvidersException
/** @attribute SerializableAttribute() */ 
public class DuplicateItemInMetadataStoreException extends SimpleProvidersException
SerializableAttribute 
public class DuplicateItemInMetadataStoreException extends SimpleProvidersException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.SimpleProvidersException
        Microsoft.Synchronization.DuplicateItemInMetadataStoreException

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

DuplicateItemInMetadataStoreException Members
Microsoft.Synchronization Namespace