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