Compartilhar via


Construtor TestManagementServerException (String, Exception)

Inicializa uma nova instância de TestManagementServerException classe usando a mensagem de erro fornecida e exceção interna.

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, _
    innerException As Exception _
)
public TestManagementServerException(
    string message,
    Exception innerException
)
public:
TestManagementServerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TestManagementServerException
public function TestManagementServerException(
    message : String, 
    innerException : Exception
)

Parâmetros

  • innerException
    Tipo: System.Exception
    A exceção que provocou essa exceção.

Segurança do .NET Framework

Consulte também

Referência

TestManagementServerException Classe

Sobrecargas TestManagementServerException

Namespace Microsoft.TeamFoundation.TestManagement.Client