Freigeben über


ProviderIncompatibleException-Konstruktor (String)

[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.]

Initialisiert eine neue Instanz der ProviderIncompatibleException-Klasse mit der angegebenen Fehlermeldung.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New ProviderIncompatibleException(message)
public ProviderIncompatibleException(
    string message
)
public:
ProviderIncompatibleException(
    String^ message
)
new : 
        message:string -> ProviderIncompatibleException
public function ProviderIncompatibleException(
    message : String
)

Parameter

  • message
    Typ: System.String
    Die Fehlermeldung, in der die Ausnahme erläutert wird.

Siehe auch

Verweis

ProviderIncompatibleException Klasse

ProviderIncompatibleException-Überladung

System.Data.Entity.Core-Namespace