InvalidCommandTreeException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Levée pour indiquer qu’une arborescence de commandes n’est pas valide.
[System.Serializable]
public sealed class InvalidCommandTreeException : System.Data.DataException
type InvalidCommandTreeException = class
inherit DataException
Public NotInheritable Class InvalidCommandTreeException
Inherits DataException
- Héritage
-
InvalidCommandTreeException
- Attributs
Constructeurs
InvalidCommandTreeException() |
Initialise une nouvelle instance de la classe InvalidCommandTreeException avec un message par défaut. |
InvalidCommandTreeException(String) |
Initialise une nouvelle instance de la classe InvalidCommandTreeException avec le message spécifié. |
InvalidCommandTreeException(String, Exception) |
Initialise une nouvelle instance de la classe InvalidCommandTreeException avec le message et l'exception interne spécifiés. |