Udostępnij przez


EntityCommandCompilationException Konstruktory

Definicja

Przeciążenia

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.

Dotyczy