ItemDataModifiedConcurrentlyException Class

The exception that is thrown by a synchronization provider when item data changes unexpectedly.

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

Syntax

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

Remarks

This exception can be thrown during change application when a destination provider determines that an item to be updated in its item store was modified on the source replica after the source provider reported the change.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemDataModifiedConcurrentlyException

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

ItemDataModifiedConcurrentlyException Members
Microsoft.Synchronization Namespace