InvalidCommandTreeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thrown to indicate that a command tree is invalid.
[System.Serializable]
public sealed class InvalidCommandTreeException : System.Data.DataException
type InvalidCommandTreeException = class
inherit DataException
Public NotInheritable Class InvalidCommandTreeException
Inherits DataException
- Inheritance
-
InvalidCommandTreeException
- Attributes
Constructors
InvalidCommandTreeException() |
Initializes a new instance of the InvalidCommandTreeException class with a default message. |
InvalidCommandTreeException(String, Exception) |
Initializes a new instance of the InvalidCommandTreeException class with the specified message and inner exception. |
InvalidCommandTreeException(String) |
Initializes a new instance of the InvalidCommandTreeException class with the specified message. |
Applies to
Entity Framework