InvalidCommandTreeException Constructor

 

Initializes a new instance of the InvalidCommandTreeException class.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodInvalidCommandTreeException()

Constructs a new InvalidCommandTreeException with a default message.

System_CAPS_pubmethodInvalidCommandTreeException(String)

Constructs a new InvalidCommandTreeException with the specified message.

System_CAPS_pubmethodInvalidCommandTreeException(String, Exception)

Constructs a new InvalidCommandTreeException with the specified message and inner exception.


InvalidCommandTreeException Constructor ()

Constructs a new InvalidCommandTreeException with a default message.

public InvalidCommandTreeException()

InvalidCommandTreeException Constructor (String)

Constructs a new InvalidCommandTreeException with the specified message.

public InvalidCommandTreeException(
	string message
)

Parameters

message
Type: System.String

The exception message


InvalidCommandTreeException Constructor (String, Exception)

Constructs a new InvalidCommandTreeException with the specified message and inner exception.

public InvalidCommandTreeException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The exception message.

innerException
Type: System.Exception

The exception that is the cause of this InvalidCommandTreeException.