EntityCommandExecutionException コンストラクター (String, Exception)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
メッセージと内部例外インスタンスを指定して、EntityCommandExecutionException の新しいインスタンスを初期化します。
名前空間: System.Data.Entity.Core
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New EntityCommandExecutionException(message, _
innerException)
public EntityCommandExecutionException(
string message,
Exception innerException
)
public:
EntityCommandExecutionException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> EntityCommandExecutionException
public function EntityCommandExecutionException(
message : String,
innerException : Exception
)
パラメーター
- message
型 : System.String
エラーを説明するメッセージ。
- innerException
型 : System.Exception
現在のこの例外を発生させた内部例外。
参照
参照
EntityCommandExecutionException クラス