Freigeben über


AnchorException-Klasse

Die Ausnahme, die bei Fehlern ausgelöst wird, die mit Ankern verknüpft sind, einschließlich des Ausbleibens der Rückgabe eines Ankers.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class AnchorException _
    Inherits DataSyncException
'Usage
Dim instance As AnchorException
[SerializableAttribute]
public class AnchorException : DataSyncException
[SerializableAttribute]
public ref class AnchorException : public DataSyncException
[<SerializableAttribute>]
type AnchorException =  
    class
        inherit DataSyncException
    end
public class AnchorException extends DataSyncException

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization.Data. . :: . .DataSyncException
        Microsoft.Synchronization.Data..::..AnchorException

Threadsicherheit

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

Siehe auch

Verweis

AnchorException-Member

Microsoft.Synchronization.Data-Namespace