ProviderIncompatibleException 类

定义

当存储提供程序表现出与实体客户端提供程序不兼容的行为时,将引发此异常

[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 的新实例。

ProviderIncompatibleException(String)

使用指定的错误消息初始化 ProviderIncompatibleException 的新实例。

ProviderIncompatibleException(String, Exception)

初始化一个使用指定错误消息的 ProviderIncompatibleException 的新实例。

适用于