Partager via


InvalidCommandTreeException, constructeur (String)

[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.]

Construit un nouvel InvalidCommandTreeException avec le message spécifié.

Espace de noms :  System.Data.Entity.Core
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New InvalidCommandTreeException(message)
public InvalidCommandTreeException(
    string message
)
public:
InvalidCommandTreeException(
    String^ message
)
new : 
        message:string -> InvalidCommandTreeException
public function InvalidCommandTreeException(
    message : String
)

Paramètres

Voir aussi

Référence

InvalidCommandTreeException Classe

Surcharge InvalidCommandTreeException

Espace de noms System.Data.Entity.Core