Freigeben über


FullEnumerationExpectedException-Klasse

Die Ausnahme, die ausgelöst wird, wenn der Änderungsbatch, der vom Änderungsübernahmedienst verarbeitet werden soll, Teil einer Wiederherstellungssynchronisierung ist, der Änderungsübernahmedienst sich jedoch nicht im Wiederherstellungssynchronisierungsmodus befindet.

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

Hinweise

Wenn der Änderungsbatch, der vom Änderungsübernahmedienst verarbeitet werden soll, Teil einer Wiederherstellungssynchronisierung ist, muss die Verarbeitung durch Aufrufen von BeginFullEnumerationChangeApplication gestartet werden.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

FullEnumerationExpectedException-Member
Microsoft.Synchronization-Namespace