EntityCommandExecutionException クラス
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
CommandExecution を準備または実行しようとしたときのエラーを表します。 この例外は、EntityCommand を使用してステートメントを実行するときに、プロバイダーの例外 (SqlException、OracleException) を保持するためにキャッチする共通の例外を提供することを意図しています。
継承階層
System.Object
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Core.EntityCommandExecutionException
名前空間: System.Data.Entity.Core
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class EntityCommandExecutionException _
Inherits EntityException
'使用
Dim instance As EntityCommandExecutionException
[SerializableAttribute]
public sealed class EntityCommandExecutionException : EntityException
[SerializableAttribute]
public ref class EntityCommandExecutionException sealed : public EntityException
[<SealedAttribute>]
[<SerializableAttribute>]
type EntityCommandExecutionException =
class
inherit EntityException
end
public final class EntityCommandExecutionException extends EntityException
EntityCommandExecutionException 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
EntityCommandExecutionException() | メッセージと内部例外を指定せずに、EntityCommandExecutionException の新しいインスタンスを初期化します。おそらく、存在する必要はありませんが、FxCop が適切になります。 | |
EntityCommandExecutionException(String) | メッセージを指定して、内部例外を指定せずに、EntityCommandExecutionException の新しいインスタンスを初期化します。おそらく、存在する必要はありませんが、FxCop が適切になります。 | |
EntityCommandExecutionException(String, Exception) | メッセージと内部例外インスタンスを指定して、EntityCommandExecutionException の新しいインスタンスを初期化します。 |
上揃え
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されます。) | |
HelpLink | (Exception から継承されます。) | |
HResult | (Exception から継承されます。) | |
InnerException | (Exception から継承されます。) | |
Message | (Exception から継承されます。) | |
Source | (Exception から継承されます。) | |
StackTrace | (Exception から継承されます。) | |
TargetSite | (Exception から継承されます。) |
上揃え
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されます。) | |
GetBaseException | (Exception から継承されます。) | |
GetHashCode | (Object から継承されます。) | |
GetObjectData | セキュリティ クリティカル。 (Exception から継承されます。) | |
GetType | (Exception から継承されます。) | |
ToString | (Exception から継承されます。) |
上揃え
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。