Share via


DbSchemaException 类

因在创建或读取表的架构时出错而引发的异常。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
<SerializableAttribute> _
Public Class DbSchemaException _
    Inherits DbSyncException
用法
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

继承层次结构

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

线程安全

此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

DbSchemaException 成员

Microsoft.Synchronization.Data 命名空间