Share via


TestManagementAPINotSupportedException Constructor (String, Exception)

 

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

Syntax

public TestManagementAPINotSupportedException(
    string message,
    Exception ex
)
public:
TestManagementAPINotSupportedException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> TestManagementAPINotSupportedException
Public Sub New (
    message As String,
    ex As Exception
)

Parameters

See Also

TestManagementAPINotSupportedException Overload
TestManagementAPINotSupportedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top