This topic has not yet been rated - Rate this topic

ItemHasChangeUnitsException Class

The exception that is thrown when an attempt is made to get or set the ChangeVersion property on an ItemChange object that contains change units.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class ItemHasChangeUnitsException : SyncException
/** @attribute SerializableAttribute() */ 
public class ItemHasChangeUnitsException extends SyncException
SerializableAttribute 
public class ItemHasChangeUnitsException extends SyncException

An ItemChange object does not track a version for the item as a whole. Instead, use ChangeUnitVersion on a particular ChangeUnitChange object in ItemChange.ChangeUnitChanges.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemHasChangeUnitsException
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)