Compartilhar via


Construtor TestManagementConfigurationException (String, Exception)

Inicializa uma nova instância da TestManagementConfigurationException classe usando a mensagem fornecida e a 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 TestManagementConfigurationException(
    string message,
    Exception innerException
)
public:
TestManagementConfigurationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> TestManagementConfigurationException
public function TestManagementConfigurationException(
    message : String, 
    innerException : Exception
)

Parâmetros

  • message
    Tipo: String

    A mensagem de erro.

  • innerException
    Tipo: Exception

    A exceção que provocou essa exceção.

Segurança do .NET Framework

Consulte também

Referência

TestManagementConfigurationException Classe

Sobrecargas TestManagementConfigurationException

Namespace Microsoft.TeamFoundation.TestManagement.Client