InvalidCommandTreeException Class
Thrown to indicate that a command tree is invalid.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.InvalidCommandTreeException
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.InvalidCommandTreeException
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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.