Freigeben über


DbSchemaException-Klasse

Die Ausnahme, die bei Fehlern ausgelöst wird, die beim Erstellen oder Lesen eines Tabellenschemas auftreten.

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

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.Data.DbSyncException
        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

DbSchemaException-Member
Microsoft.Synchronization.Data-Namespace