次の方法で共有


DbSchemaException コンストラクター (String)

指定したエラー メッセージが含まれる DbSchemaException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New DbSchemaException(message)
public DbSchemaException(
    string message
)
public:
DbSchemaException(
    String^ message
)
new : 
        message:string -> DbSchemaException
public function DbSchemaException(
    message : String
)

パラメーター

参照

参照

DbSchemaExceptionクラス

DbSchemaException メンバー

DbSchemaException オーバーロード

Microsoft.Synchronization.Data 名前空間