EntityCommandExecutionException 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
| EntityCommandExecutionException() |
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException. |
| EntityCommandExecutionException(String) |
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException. |
| EntityCommandExecutionException(String, Exception) |
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException. |
EntityCommandExecutionException()
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.
public EntityCommandExecutionException();
Public Sub New ()
Dotyczy
EntityCommandExecutionException(String)
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.
public EntityCommandExecutionException(string message);
new System.Data.Entity.Core.EntityCommandExecutionException : string -> System.Data.Entity.Core.EntityCommandExecutionException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat z opisem błędu.
Dotyczy
EntityCommandExecutionException(String, Exception)
Inicjuje nowe wystąpienie klasy EntityCommandExecutionException.
public EntityCommandExecutionException(string message, Exception innerException);
new System.Data.Entity.Core.EntityCommandExecutionException : string * Exception -> System.Data.Entity.Core.EntityCommandExecutionException
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.