InvalidCommandTreeException, 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.]
Construit un nouvel InvalidCommandTreeException avec le message et l'exception interne spécifiés.
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 InvalidCommandTreeException(message, _
innerException)
public InvalidCommandTreeException(
string message,
Exception innerException
)
public:
InvalidCommandTreeException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> InvalidCommandTreeException
public function InvalidCommandTreeException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
Message d'exception.
- innerException
Type : System.Exception
Exception à l'origine de cet InvalidCommandTreeException.
Voir aussi
Référence
InvalidCommandTreeException Classe