ChangeCountMismatchException Class
The exception that is thrown by a change applier when the number of destination item versions does not match the number of source item changes.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ChangeCountMismatchException
Inherits SyncException
'Usage
Dim instance As ChangeCountMismatchException
[SerializableAttribute]
public class ChangeCountMismatchException : SyncException
[SerializableAttribute]
public ref class ChangeCountMismatchException : public SyncException
/** @attribute SerializableAttribute() */
public class ChangeCountMismatchException extends SyncException
SerializableAttribute
public class ChangeCountMismatchException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.ChangeCountMismatchException
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
ChangeCountMismatchException Members
Microsoft.Synchronization Namespace