Classe SyncAbortedException
L'exception levée lorsque la session de synchronisation est annulée.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class SyncAbortedException
Inherits SyncException
'Utilisation
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
Notes
Cette exception peut être levée par un fournisseur en réponse à une demande d'annulation.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SyncAbortedException
Sécurité des threads
Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Membres SyncAbortedException
Espace de noms Microsoft.Synchronization