Costruttore TestManagementAPINotSupportedException (String, Exception)
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- message
Tipo: System.String
- ex
Tipo: System.Exception
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
TestManagementAPINotSupportedException Classe
Overload TestManagementAPINotSupportedException
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client