EntityCommandCompilationException, constructeur (String, Exception)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Initialise une nouvelle instance de la classe EntityCommandCompilationException, avec message et une instance d'exception interne.
Espace de noms : System.Data.Entity.Core
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New EntityCommandCompilationException(message, _
innerException)
public EntityCommandCompilationException(
string message,
Exception innerException
)
public:
EntityCommandCompilationException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> EntityCommandCompilationException
public function EntityCommandCompilationException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
Message.
- innerException
Type : System.Exception
Exception interne.
Voir aussi
Référence
EntityCommandCompilationException Classe