EntityCommandExecutionException 构造函数
包括受保护的成员
包括继承的成员
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
初始化 EntityCommandExecutionException 类的新实例。
重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。
重载列表
名称 | 描述 | |
---|---|---|
EntityCommandExecutionException() | 初始化 EntityCommandExecutionException 的新实例,没有消息,没有内部异常。可能不应该存在,但它有益于 FxCop。 | |
EntityCommandExecutionException(String) | 使用消息(但没有内部异常)初始化 EntityCommandExecutionException 的新实例。可能不应该存在,但它有益于 FxCop。 | |
EntityCommandExecutionException(String, Exception) | 使用消息和内部异常实例初始化 EntityCommandExecutionException 的新实例。 |
顶部