EntityCommandCompilationException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

Przeciążenia

EntityCommandCompilationException()

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

EntityCommandCompilationException(String)

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

EntityCommandCompilationException(String, Exception)

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

Uwagi

Aby uzyskać więcej informacji na temat obsługi wyjątków kodu, zobacz Exception.

EntityCommandCompilationException()

Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.

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

Uwagi

Aby uzyskać więcej informacji na temat obsługi kodu wyjątków, zobacz Exception.

Dotyczy

EntityCommandCompilationException(String)

Inicjuje nowe wystąpienie klasy 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

Komunikat z opisem błędu.

Uwagi

Aby uzyskać więcej informacji na temat obsługi wyjątków kodu, zobacz Exception.

Dotyczy

EntityCommandCompilationException(String, Exception)

Inicjuje nowe wystąpienie klasy 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

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek, który spowodował bieżący wyjątek lub null odwołanie (Nothing w Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Uwagi

Aby uzyskać więcej informacji na temat obsługi kodu wyjątków, zobacz Exception.

Dotyczy