Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The exception that is thrown by a change applier when the number of change units in a destination item version does not match the number of change units in the corresponding source item change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ChangeUnitCountMismatchException
    Inherits SyncException
'Usage
Dim instance As ChangeUnitCountMismatchException
[SerializableAttribute] 
public class ChangeUnitCountMismatchException : SyncException
[SerializableAttribute] 
public ref class ChangeUnitCountMismatchException : public SyncException
/** @attribute SerializableAttribute() */ 
public class ChangeUnitCountMismatchException extends SyncException
SerializableAttribute 
public class ChangeUnitCountMismatchException extends SyncException
Inheritance Hierarchy
System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeUnitCountMismatchException
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
ChangeUnitCountMismatchException Members
Microsoft.Synchronization Namespace