Freigeben über


DataSyncException-Klasse

Die Basisklasse für Ausnahmen, die während der Synchronisierung ausgelöst werden.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSyncException
    Inherits SyncException
'Usage
Dim instance As DataSyncException
[SerializableAttribute] 
public class DataSyncException : SyncException
[SerializableAttribute] 
public ref class DataSyncException : public SyncException
/** @attribute SerializableAttribute() */ 
public class DataSyncException extends SyncException
SerializableAttribute 
public class DataSyncException extends SyncException

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.Data.DataSyncException
         Microsoft.Synchronization.Data.AnchorException
         Microsoft.Synchronization.Data.MetadataException
         Microsoft.Synchronization.Data.SchemaException
         Microsoft.Synchronization.Data.SessionVariableException

Threadsicherheit

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

Siehe auch

Verweis

DataSyncException-Member
Microsoft.Synchronization.Data-Namespace