InvalidQueryException Constructor (String, String)
Initializes a new instance of the InvalidQueryException class by using the provided message and query string.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public InvalidQueryException(
string message,
string queryText
)
public:
InvalidQueryException(
String^ message,
String^ queryText
)
new :
message:string *
queryText:string -> InvalidQueryException
Public Sub New (
message As String,
queryText As String
)
Parameters
message
Type: System.StringThe error message.
queryText
Type: System.StringThe query string that caused the problem.
See Also
InvalidQueryException Overload
InvalidQueryException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top