Freigeben über


SyncAbortedException-Klasse

Die Ausnahme, die ausgelöst wird, wenn die Synchronisierungssitzung abgebrochen wird.

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
[<SerializableAttribute>]
type SyncAbortedException =  
    class
        inherit SyncException
    end
public class SyncAbortedException extends SyncException

Hinweise

Diese Ausnahme kann von einem Anbieter als Reaktion auf eine Abbruchanforderung ausgelöst werden.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization..::..SyncAbortedException

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

SyncAbortedException-Member

Microsoft.Synchronization-Namespace