TestManagementAPINotSupportedException Constructor (String)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public TestManagementAPINotSupportedException(
string message
)
public:
TestManagementAPINotSupportedException(
String^ message
)
new :
message:string -> TestManagementAPINotSupportedException
Public Sub New (
message As String
)
Parameters
- message
Type: System.String
See Also
TestManagementAPINotSupportedException Overload
TestManagementAPINotSupportedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top