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
public TestManagementConfigurationException(
string message,
Exception innerException
)
public:
TestManagementConfigurationException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> TestManagementConfigurationException
Public Sub New (
message As String,
innerException As Exception
)
Parâmetros
- message
A mensagem de erro.
- innerException
A exceção que provocou essa exceção.
Consulte também
TestManagementConfigurationException Sobrecarga
Classe TestManagementConfigurationException
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo