Freigeben über


ProviderIncompatibleException Konstruktoren

Definition

Überlädt

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.

ProviderIncompatibleException()

Initialisiert eine neue Instanz von ProviderIncompatibleException.

public ProviderIncompatibleException ();
Public Sub New ()

Gilt für:

ProviderIncompatibleException(String)

Initialisiert eine neue Instanz von ProviderIncompatibleException mit einer speziellen Fehlermeldung.

public ProviderIncompatibleException (string message);
new System.Data.Entity.Core.ProviderIncompatibleException : string -> System.Data.Entity.Core.ProviderIncompatibleException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

Gilt für:

ProviderIncompatibleException(String, Exception)

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

public ProviderIncompatibleException (string message, Exception innerException);
new System.Data.Entity.Core.ProviderIncompatibleException : string * Exception -> System.Data.Entity.Core.ProviderIncompatibleException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung, in der der Fehler beschrieben wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis („Nothing“ in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Gilt für: