Freigeben über


ActiveChangeApplicationContextException-Klasse

Die Ausnahme, die vom Änderungsübernahmedienst ausgelöst wird, wenn ein aktives ChangeApplicationContext-Objekt nicht vollständig verarbeitet wurde und ein zweites ChangeApplicationContext-Objekt angefordert wird.

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

Syntax

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

Hinweise

Ein ChangeApplicationContext-Objekt muss verarbeitet werden, bis seine ChangeApplicationAction-Eigenschaft Finished ist, bevor ein anderes ChangeApplicationContext-Objekt verarbeitet werden kann.

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ActiveChangeApplicationContextException

Threadsicherheit

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

Siehe auch

Verweis

ActiveChangeApplicationContextException-Member
Microsoft.Synchronization-Namespace