Freigeben über


DbSyncException-Klasse

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

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

Syntax

'Declaration
<SerializableAttribute> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbSyncException
    Inherits SyncException
'Usage
Dim instance As DbSyncException
[SerializableAttribute] 
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public class DbSyncException : SyncException
[SerializableAttribute] 
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbSyncException : public SyncException
/** @attribute SerializableAttribute() */ 
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public class DbSyncException extends SyncException
SerializableAttribute 
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public class DbSyncException extends SyncException

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.Data.DbSyncException
         Microsoft.Synchronization.Data.DbMetadataSyncException
         Microsoft.Synchronization.Data.DbMissingCommandException
         Microsoft.Synchronization.Data.DbOutdatedSyncException
         Microsoft.Synchronization.Data.DbProvisioningException
         Microsoft.Synchronization.Data.DbSchemaException

Threadsicherheit

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

Siehe auch

Verweis

DbSyncException-Member
Microsoft.Synchronization.Data-Namespace