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
/** @attribute SerializableAttribute() */
public class SyncAbortedException extends SyncException
SerializableAttribute
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 statischen (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