EntityCommandCompilationException Costruttori

Definizione

Inizializza una nuova istanza di EntityCommandCompilationException.

Overload

Commenti

Per altre informazioni su come gestire le eccezioni di codice, vedere Exception.

EntityCommandCompilationException()

Inizializza una nuova istanza di EntityCommandCompilationException.

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

Commenti

Per altre informazioni su come gestire il codice delle eccezioni, vedere Exception.

Si applica a

EntityCommandCompilationException(String)

Inizializza una nuova istanza di EntityCommandCompilationException.

public:
 EntityCommandCompilationException(System::String ^ message);
public EntityCommandCompilationException(string message);
new System.Data.EntityCommandCompilationException : string -> System.Data.EntityCommandCompilationException
Public Sub New (message As String)

Parametri

message
String

Messaggio che descrive l'errore.

Commenti

Per altre informazioni su come gestire le eccezioni di codice, vedere Exception.

Si applica a

EntityCommandCompilationException(String, Exception)

Inizializza una nuova istanza di 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)

Parametri

message
String

Messaggio di errore che spiega il motivo dell'eccezione.

innerException
Exception

Eccezione che ha causato l'eccezione corrente o un riferimento /null (Nothing in Visual Basic) se non viene specificata alcuna eccezione interna.

Commenti

Per altre informazioni su come gestire il codice delle eccezioni, vedere Exception.

Si applica a