InvalidCommandTreeException Constructor
Initializes a new instance of the InvalidCommandTreeException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | InvalidCommandTreeException() | Constructs a new InvalidCommandTreeException with a default message. |
![]() | InvalidCommandTreeException(String) | Constructs a new InvalidCommandTreeException with the specified message. |
![]() | InvalidCommandTreeException(String, Exception) | Constructs a new InvalidCommandTreeException with the specified message and inner exception. |
InvalidCommandTreeException Constructor ()
Constructs a new InvalidCommandTreeException with a default message.
InvalidCommandTreeException Constructor (String)
Constructs a new InvalidCommandTreeException with the specified message.
Parameters
- message
-
Type:
System.String
The exception message
InvalidCommandTreeException Constructor (String, Exception)
Constructs a new InvalidCommandTreeException with the specified message and inner exception.
Parameters
- message
-
Type:
System.String
The exception message.
- innerException
-
Type:
System.Exception
The exception that is the cause of this InvalidCommandTreeException.