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
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。