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