EntityCommandExecutionException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 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) です。