ChangeDeferredByProviderException Class
The exception that is thrown when a provider defers applying a change to the next synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ChangeDeferredByProviderException
Inherits SimpleProvidersException
'Usage
Dim instance As ChangeDeferredByProviderException
[SerializableAttribute]
public class ChangeDeferredByProviderException : SimpleProvidersException
[SerializableAttribute]
public ref class ChangeDeferredByProviderException : public SimpleProvidersException
/** @attribute SerializableAttribute() */
public class ChangeDeferredByProviderException extends SimpleProvidersException
SerializableAttribute
public class ChangeDeferredByProviderException extends SimpleProvidersException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SimpleProvidersException
Microsoft.Synchronization.ChangeDeferredByProviderException
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
ChangeDeferredByProviderException Members
Microsoft.Synchronization Namespace