Share via


InvalidQueryException Constructor

 

Initializes a new instance of the InvalidQueryException class.

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

Overload List

Name Description
System_CAPS_protmethod InvalidQueryException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidQueryException class for serialization.

System_CAPS_pubmethod InvalidQueryException(String, Exception, String)

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

System_CAPS_pubmethod InvalidQueryException(String, String)

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

See Also

InvalidQueryException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top