InvalidCommandTreeException, constructeur
Inclure les membres protégés
Inclure les membres hérités
[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 InvalidCommandTreeException.
Ce membre est surchargé. Pour obtenir des informations complètes sur ce membre, y compris sa syntaxe, son utilisation et des exemples s'y rapportant, cliquez sur un nom dans la liste de surcharge.
Liste de surcharge
Nom | Description | |
---|---|---|
InvalidCommandTreeException() | Construit un nouvel InvalidCommandTreeException avec un message par défaut. | |
InvalidCommandTreeException(String) | Construit un nouvel InvalidCommandTreeException avec le message spécifié. | |
InvalidCommandTreeException(String, Exception) | Construit un nouvel InvalidCommandTreeException avec le message et l'exception interne spécifiés. |
Top