次の方法で共有


EntityCommandCompilationException コンストラクター

定義

オーバーロード

EntityCommandCompilationException()

EntityCommandCompilationException の新しいインスタンスを初期化します。

EntityCommandCompilationException(String)

EntityCommandCompilationException の新しいインスタンスを初期化します。

EntityCommandCompilationException(String, Exception)

EntityCommandCompilationException の新しいインスタンスを初期化します。

EntityCommandCompilationException()

EntityCommandCompilationException の新しいインスタンスを初期化します。

public EntityCommandCompilationException();
Public Sub New ()

適用対象

EntityCommandCompilationException(String)

EntityCommandCompilationException の新しいインスタンスを初期化します。

public EntityCommandCompilationException(string message);
new System.Data.Entity.Core.EntityCommandCompilationException : string -> System.Data.Entity.Core.EntityCommandCompilationException
Public Sub New (message As String)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

EntityCommandCompilationException(String, Exception)

EntityCommandCompilationException の新しいインスタンスを初期化します。

public EntityCommandCompilationException(string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandCompilationException : string * Exception -> System.Data.Entity.Core.EntityCommandCompilationException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外の原因を説明するエラー メッセージ。

innerException
Exception

現在の例外の原因となった例外です。または内部例外が指定されていない場合は NULL 参照 (Visual Basic では Nothing) です。

適用対象