TestManagementInvalidOperationException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe TestManagementInvalidOperationException à l'aide du message d'erreur et de l'exception interne fournis.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
ex As Exception _
)
public TestManagementInvalidOperationException(
string message,
Exception ex
)
public:
TestManagementInvalidOperationException(
String^ message,
Exception^ ex
)
new :
message:string *
ex:Exception -> TestManagementInvalidOperationException
public function TestManagementInvalidOperationException(
message : String,
ex : Exception
)
Paramètres
- message
Type : System.String
Message pour l'exception.
- ex
Type : System.Exception
Exception qui a provoqué l'exception actuelle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TestManagementInvalidOperationException Classe
TestManagementInvalidOperationException, surcharge
Microsoft.TeamFoundation.TestManagement.Client, espace de noms