SyncAbortedException Class
The exception that is thrown when the synchronization session is canceled.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncAbortedException
Inherits SyncException
'Usage
Dim instance As SyncAbortedException
[SerializableAttribute]
public class SyncAbortedException : SyncException
[SerializableAttribute]
public ref class SyncAbortedException : public SyncException
/** @attribute SerializableAttribute() */
public class SyncAbortedException extends SyncException
SerializableAttribute
public class SyncAbortedException extends SyncException
Remarks
This exception can be thrown by a provider in response to a cancellation request.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SyncAbortedException
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
SyncAbortedException Members
Microsoft.Synchronization Namespace