EntityCommandCompilationException Constructeurs

Définition

Initialise une nouvelle instance de EntityCommandCompilationException.

Surcharges

EntityCommandCompilationException()

Initialise une nouvelle instance de EntityCommandCompilationException.

EntityCommandCompilationException(String)

Initialise une nouvelle instance de EntityCommandCompilationException.

EntityCommandCompilationException(String, Exception)

Initialise une nouvelle instance de EntityCommandCompilationException.

Remarques

Pour plus d'informations sur la gestion des exceptions de code, voir Exception.

EntityCommandCompilationException()

Initialise une nouvelle instance de EntityCommandCompilationException.

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

Remarques

Pour plus d'informations sur la gestion des exceptions de code, voir Exception.

S’applique à

EntityCommandCompilationException(String)

Initialise une nouvelle instance de EntityCommandCompilationException.

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

Paramètres

message
String

Message décrivant l'erreur.

Remarques

Pour plus d'informations sur la gestion des exceptions de code, voir Exception.

S’applique à

EntityCommandCompilationException(String, Exception)

Initialise une nouvelle instance de 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)

Paramètres

message
String

Message d'erreur qui explique la raison de l'exception.

innerException
Exception

Exception à l’origine de l’exception actuelle, ou référence null (Nothing en Visual Basic) si aucune exception interne n’est spécifiée.

Remarques

Pour plus d'informations sur la gestion des exceptions de code, voir Exception.

S’applique à