Freigeben über


SchemaException-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 SchemaException
    Inherits DataSyncException
'Usage
Dim instance As SchemaException
[SerializableAttribute] 
public class SchemaException : DataSyncException
[SerializableAttribute] 
public ref class SchemaException : public DataSyncException
/** @attribute SerializableAttribute() */ 
public class SchemaException extends DataSyncException
SerializableAttribute 
public class SchemaException extends DataSyncException

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
       Microsoft.Synchronization.Data.DataSyncException
        Microsoft.Synchronization.Data.SchemaException

Threadsicherheit

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

Siehe auch

Verweis

SchemaException-Member
Microsoft.Synchronization.Data-Namespace