This topic has not yet been rated - Rate this topic

SyncAbortedException Class

The exception that is thrown when the synchronization session is canceled.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class SyncAbortedException : SyncException
/** @attribute SerializableAttribute() */ 
public class SyncAbortedException extends SyncException
SerializableAttribute 
public class SyncAbortedException extends SyncException

This exception can be thrown by a provider in response to a cancellation request.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncAbortedException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)