次の方法で共有


EntityCommandExecutionException クラス

定義

CommandExecution の準備または実行中のエラーを表します。この例外は、EntityCommand を使用してステートメントを実行するときに、プロバイダー例外 (SqlException、OracleException) を保持するためにユーザーがキャッチできる一般的な例外を提供することを目的としています。

[System.Serializable]
public sealed class EntityCommandExecutionException : System.Data.Entity.Core.EntityException
type EntityCommandExecutionException = class
    inherit EntityException
Public NotInheritable Class EntityCommandExecutionException
Inherits EntityException
継承
EntityCommandExecutionException
属性

コンストラクター

EntityCommandExecutionException()

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

EntityCommandExecutionException(String, Exception)

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

EntityCommandExecutionException(String)

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

適用対象