Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InvalidQueryException Constructor (String^, Exception^, String^)

 

Initializes a new instance of the InvalidQueryException class by using the provided message, inner exception, and query string.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public:
InvalidQueryException(
	String^ message,
	Exception^ innerException,
	String^ queryText
)

Parameters

message
Type: System::String^

The error message.

innerException
Type: System::Exception^

The original exception that caused the current exception.

queryText
Type: System::String^

The query string that caused the problem.

Return to top
Show: