EntityCommandCompilationException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.