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
[<SerializableAttribute>]
type FullEnumerationExpectedException =  
    class
        inherit SyncException
    end
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 static (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