ActiveChangeApplicationContextException Class
The exception that is thrown by the change application service when an active ChangeApplicationContext object has not been fully processed and a second ChangeApplicationContext object is requested.
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
Remarks
A ChangeApplicationContext object must be processed until its ChangeApplicationAction property is Finished before another ChangeApplicationContext object can be processed.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.ActiveChangeApplicationContextException
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
ActiveChangeApplicationContextException Members
Microsoft.Synchronization Namespace