EntityCommandExecutionException Konstruktory

Definice

Inicializuje novou instanci .EntityCommandExecutionException

Přetížení

EntityCommandExecutionException()

Inicializuje novou instanci .EntityCommandExecutionException

EntityCommandExecutionException(String)

Inicializuje novou instanci .EntityCommandExecutionException

EntityCommandExecutionException(String, Exception)

Inicializuje novou instanci .EntityCommandExecutionException

Poznámky

Další informace o zpracování výjimek kódu najdete v tématu Exception.

EntityCommandExecutionException()

Inicializuje novou instanci .EntityCommandExecutionException

public:
 EntityCommandExecutionException();
public EntityCommandExecutionException ();
Public Sub New ()

Poznámky

Další informace o zpracování výjimek kódu najdete v tématu Exception.

Platí pro

EntityCommandExecutionException(String)

Inicializuje novou instanci .EntityCommandExecutionException

public:
 EntityCommandExecutionException(System::String ^ message);
public EntityCommandExecutionException (string message);
new System.Data.EntityCommandExecutionException : string -> System.Data.EntityCommandExecutionException
Public Sub New (message As String)

Parametry

message
String

Zpráva popisující chybu

Poznámky

Další informace o zpracování výjimek kódu najdete v tématu Exception.

Platí pro

EntityCommandExecutionException(String, Exception)

Inicializuje novou instanci .EntityCommandExecutionException

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

Parametry

message
String

Chybová zpráva, která vysvětluje důvod výjimky.

innerException
Exception

Výjimka, která způsobila aktuální výjimku, nebo null odkaz (Nothing v jazyce Visual Basic), pokud není zadána žádná vnitřní výjimka.

Poznámky

Další informace o zpracování výjimek kódu najdete v tématu Exception.

Platí pro