This topic has not yet been rated - Rate this topic

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)
[SerializableAttribute] 
public class ItemDataModifiedConcurrentlyException : SyncException
/** @attribute SerializableAttribute() */ 
public class ItemDataModifiedConcurrentlyException extends SyncException
SerializableAttribute 
public class ItemDataModifiedConcurrentlyException extends SyncException

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.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemDataModifiedConcurrentlyException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)