TestManagementAPINotSupportedException Constructor (String, Exception)

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

Syntax

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

Parameters

  • message
    Type: String
  • ex
    Type: Exception

.NET Framework Security

See Also

Reference

TestManagementAPINotSupportedException Class

TestManagementAPINotSupportedException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace