Freigeben über


ProviderIncompatibleException Klasse

Definition

Diese Ausnahme wird ausgelöst, wenn der Speicheranbieter ein Verhalten aufweist, das mit dem Entitätsclientanbieter nicht kompatibel ist.

[System.Serializable]
public sealed class ProviderIncompatibleException : System.Data.Entity.Core.EntityException
type ProviderIncompatibleException = class
    inherit EntityException
Public NotInheritable Class ProviderIncompatibleException
Inherits EntityException
Vererbung
ProviderIncompatibleException
Attribute

Konstruktoren

ProviderIncompatibleException()

Initialisiert eine neue Instanz von ProviderIncompatibleException.

ProviderIncompatibleException(String)

Initialisiert eine neue Instanz von ProviderIncompatibleException mit einer speziellen Fehlermeldung.

ProviderIncompatibleException(String, Exception)

Initialisiert eine neue Instanz von ProviderIncompatibleException, die eine spezielle Fehlermeldung verwendet.

Gilt für: