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
[<SerializableAttribute>]
type DbSchemaException =  
    class
        inherit DbSyncException
    end
public class DbSchemaException extends DbSyncException

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization.Data. . :: . .DbSyncException
        Microsoft.Synchronization.Data..::..DbSchemaException

Threadsicherheit

Alle öffentlichen static (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