ProviderIncompatibleException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当存储提供程序表现出与实体客户端提供程序不兼容的行为时,将引发此异常
[System.Serializable]
public sealed class ProviderIncompatibleException : System.Data.Entity.Core.EntityException
type ProviderIncompatibleException = class
inherit EntityException
Public NotInheritable Class ProviderIncompatibleException
Inherits EntityException
- 继承
- 属性
构造函数
ProviderIncompatibleException() |
初始化 ProviderIncompatibleException 的新实例。 |
ProviderIncompatibleException(String) |
使用指定的错误消息初始化 ProviderIncompatibleException 的新实例。 |
ProviderIncompatibleException(String, Exception) |
初始化一个使用指定错误消息的 ProviderIncompatibleException 的新实例。 |