Udostępnij przez


ProviderIncompatibleException Konstruktory

Definicja

Przeciążenia

ProviderIncompatibleException()

Inicjuje nowe wystąpienie klasy ProviderIncompatibleException.

ProviderIncompatibleException(String)

Inicjuje nowe wystąpienie za ProviderIncompatibleException pomocą wyspecjalizowanego komunikatu o błędzie.

ProviderIncompatibleException(String, Exception)

Inicjuje nowe wystąpienie, ProviderIncompatibleException które używa określonego komunikatu o błędzie.

ProviderIncompatibleException()

Inicjuje nowe wystąpienie klasy ProviderIncompatibleException.

public ProviderIncompatibleException ();
Public Sub New ()

Dotyczy

ProviderIncompatibleException(String)

Inicjuje nowe wystąpienie za ProviderIncompatibleException pomocą wyspecjalizowanego komunikatu o błędzie.

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

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

ProviderIncompatibleException(String, Exception)

Inicjuje nowe wystąpienie, ProviderIncompatibleException które używa określonego komunikatu o błędzie.

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)

Parametry

message
String

Komunikat z opisem błędu.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub odwołanie o wartości null (Nic w Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy