Sdílet prostřednictvím


EntityCommandCompilationException Konstruktory

Definice

Přetížení

EntityCommandCompilationException()

Inicializuje novou instanci .EntityCommandCompilationException

EntityCommandCompilationException(String)

Inicializuje novou instanci .EntityCommandCompilationException

EntityCommandCompilationException(String, Exception)

Inicializuje novou instanci .EntityCommandCompilationException

EntityCommandCompilationException()

Inicializuje novou instanci .EntityCommandCompilationException

public EntityCommandCompilationException ();
Public Sub New ()

Platí pro

EntityCommandCompilationException(String)

Inicializuje novou instanci .EntityCommandCompilationException

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

Parametry

message
String

Zpráva popisující chybu

Platí pro

EntityCommandCompilationException(String, Exception)

Inicializuje novou instanci .EntityCommandCompilationException

public EntityCommandCompilationException (string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandCompilationException : string * Exception -> System.Data.Entity.Core.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 odkaz s hodnotou null (Nothing v jazyce Visual Basic), pokud není zadána žádná vnitřní výjimka.

Platí pro