次の方法で共有


EntityCommandCompilationException クラス

定義

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

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

コンストラクター

EntityCommandCompilationException()

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

EntityCommandCompilationException(String, Exception)

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

EntityCommandCompilationException(String)

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

適用対象