Compartilhar via


Construtor TestManagementAPINotSupportedException (String, Exception)

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestManagementAPINotSupportedException Classe

Sobrecargas TestManagementAPINotSupportedException

Namespace Microsoft.TeamFoundation.TestManagement.Client