Construtor TestManagementAPINotSupportedException (String, Exception)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public TestManagementAPINotSupportedException(
string message,
Exception ex
)
public:
TestManagementAPINotSupportedException(
String^ message,
Exception^ ex
)
new :
message:string *
ex:Exception -> TestManagementAPINotSupportedException
Public Sub New (
message As String,
ex As Exception
)
Parâmetros
- message
- ex
Consulte também
TestManagementAPINotSupportedException Sobrecarga
Classe TestManagementAPINotSupportedException
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo