DuplicateItemException Class
The exception that is thrown when an attempt is made to add an entry to a replica key map, and either the replica ID or the replica key already exists in the map.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DuplicateItemException
Inherits SyncException
'Usage
Dim instance As DuplicateItemException
[SerializableAttribute]
public class DuplicateItemException : SyncException
[SerializableAttribute]
public ref class DuplicateItemException : public SyncException
/** @attribute SerializableAttribute() */
public class DuplicateItemException extends SyncException
SerializableAttribute
public class DuplicateItemException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.DuplicateItemException
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
DuplicateItemException Members
Microsoft.Synchronization Namespace