Partager via


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
[<SerializableAttribute>]
type SyncAbortedException =  
    class
        inherit SyncException
    end
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 static (Shared dans 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