FullEnumerationExpectedException Class

The exception that is thrown when the change batch to be processed by the change application service is part of a recovery synchronization, but the change application service is not in recovery synchronization mode.

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

Syntax

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

Remarks

When the change batch to be processed by the change application service is part of a recovery synchronization, processing must be started by calling BeginFullEnumerationChangeApplication.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.FullEnumerationExpectedException

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

FullEnumerationExpectedException Members
Microsoft.Synchronization Namespace