ItemListFilteredFullEnumerationNotSupportedException Class

The exception that is thrown by the change application service when the destination provider is using an item filter, and the change batch to be processed is part of a recovery synchronization.

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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemListFilteredFullEnumerationNotSupportedException

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

ItemListFilteredFullEnumerationNotSupportedException Members
Microsoft.Synchronization Namespace