ItemHasNoChangeUnitsException Class

The exception that is thrown when a method is called that requires an item to have change units, but the item does not have change units.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemHasNoChangeUnitsException

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

ItemHasNoChangeUnitsException Members
Microsoft.Synchronization Namespace