Sdílet prostřednictvím


EntityCommandCompilationException Konstruktory

Definice

Inicializuje novou instanci .EntityCommandCompilationException

Přetížení

EntityCommandCompilationException()

Inicializuje novou instanci .EntityCommandCompilationException

EntityCommandCompilationException(String)

Inicializuje novou instanci .EntityCommandCompilationException

EntityCommandCompilationException(String, Exception)

Inicializuje novou instanci .EntityCommandCompilationException

Poznámky

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

EntityCommandCompilationException()

Inicializuje novou instanci .EntityCommandCompilationException

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

Poznámky

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

Platí pro

EntityCommandCompilationException(String)

Inicializuje novou instanci .EntityCommandCompilationException

public:
 EntityCommandCompilationException(System::String ^ message);
public EntityCommandCompilationException (string message);
new System.Data.EntityCommandCompilationException : string -> System.Data.EntityCommandCompilationException
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

EntityCommandCompilationException(String, Exception)

Inicializuje novou instanci .EntityCommandCompilationException

public:
 EntityCommandCompilationException(System::String ^ message, Exception ^ innerException);
public EntityCommandCompilationException (string message, Exception innerException);
new System.Data.EntityCommandCompilationException : string * Exception -> System.Data.EntityCommandCompilationException
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í kódu výjimek najdete v tématu Exception.

Platí pro