EntityCommandExecutionException 类
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 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) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。