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.
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. |
EntityCommandCompilationException()
Inicjuje nowe wystąpienie klasy EntityCommandCompilationException.
public EntityCommandCompilationException();
Public Sub New ()
Dotyczy
EntityCommandCompilationException(String)
Inicjuje nowe wystąpienie klasy 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
Komunikat z opisem błędu.
Dotyczy
EntityCommandCompilationException(String, Exception)
Inicjuje nowe wystąpienie klasy 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
Komunikat o błędzie wyjaśniający przyczynę wyjątku.
- innerException
- Exception
Wyjątek, który spowodował bieżący wyjątek lub odwołanie o wartości null (Nic w Visual Basic), jeśli nie określono wyjątku wewnętrznego.