次の方法で共有


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 の新しいインスタンスを初期化します。

適用対象