Share via


InvalidOrderException Class

The exception that is thrown when an attempt is made to create a clock vector that contains clock vector elements that are not correctly ordered.

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

Syntax

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

Remarks

The clock vector elements must be ordered by their replica key values, from lowest to highest value.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidOrderException

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

InvalidOrderException Members
Microsoft.Synchronization Namespace