次の方法で共有


EntityCommandExecutionException コンストラクター

定義

オーバーロード

EntityCommandExecutionException()

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

EntityCommandExecutionException(String)

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

EntityCommandExecutionException(String, Exception)

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

EntityCommandExecutionException()

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

public EntityCommandExecutionException();
Public Sub New ()

適用対象

EntityCommandExecutionException(String)

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

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

パラメーター

message
String

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

適用対象

EntityCommandExecutionException(String, Exception)

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

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

パラメーター

message
String

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

innerException
Exception

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

適用対象