Partager via


EntityCommandCompilationException Constructeurs

Définition

Surcharges

EntityCommandCompilationException()

Initialise une nouvelle instance de EntityCommandCompilationException.

public EntityCommandCompilationException();
Public Sub New ()

S’applique à

EntityCommandCompilationException(String)

Initialise une nouvelle instance de EntityCommandCompilationException.

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

Paramètres

message
String

Message décrivant l'erreur.

S’applique à

EntityCommandCompilationException(String, Exception)

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

Paramètres

message
String

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

innerException
Exception

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

S’applique à