Freigeben über


ProviderIncompatibleException-Klasse

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Die Ausnahme, die ausgelöst wird, wenn der Speicheranbieter ein Verhalten aufweist, das mit dem des Entitätsclientanbieters inkompatibel ist.

Vererbungshierarchie

System.Object
  System.Exception
    System.SystemException
      System.Data.DataException
        System.Data.Entity.Core.EntityException
          System.Data.Entity.Core.ProviderIncompatibleException

Namespace:  System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProviderIncompatibleException _
    Inherits EntityException
'Usage
Dim instance As ProviderIncompatibleException
[SerializableAttribute]
public sealed class ProviderIncompatibleException : EntityException
[SerializableAttribute]
public ref class ProviderIncompatibleException sealed : public EntityException
[<SealedAttribute>]
[<SerializableAttribute>]
type ProviderIncompatibleException =  
    class 
        inherit EntityException 
    end
public final class ProviderIncompatibleException extends EntityException

Der ProviderIncompatibleException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ProviderIncompatibleException() Initialisiert eine neue Instanz der ProviderIncompatibleException-Klasse.
Öffentliche Methode ProviderIncompatibleException(String) Initialisiert eine neue Instanz der ProviderIncompatibleException-Klasse mit der angegebenen Fehlermeldung.
Öffentliche Methode ProviderIncompatibleException(String, Exception) Initialisiert eine neue Instanz der ProviderIncompatibleException-Klasse mit der angegebenen Fehlermeldung und der angegebenen internen Ausnahme.

Oben

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Von Exception geerbt.)
Öffentliche Eigenschaft HelpLink (Von Exception geerbt.)
Öffentliche Eigenschaft HResult (Von Exception geerbt.)
Öffentliche Eigenschaft InnerException (Von Exception geerbt.)
Öffentliche Eigenschaft Message (Von Exception geerbt.)
Öffentliche Eigenschaft Source (Von Exception geerbt.)
Öffentliche Eigenschaft StackTrace (Von Exception geerbt.)
Öffentliche Eigenschaft TargetSite (Von Exception geerbt.)

Oben

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Von Object geerbt.)
Öffentliche Methode GetBaseException (Von Exception geerbt.)
Öffentliche Methode GetHashCode (Von Object geerbt.)
Öffentliche Methode GetObjectData Sicherheitsrelevant. (Von Exception geerbt.)
Öffentliche Methode GetType (Von Exception geerbt.)
Öffentliche Methode ToString (Von Exception geerbt.)

Oben

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

System.Data.Entity.Core-Namespace