InternalTestFailureException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe InternalTestFailureException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.
Espace de noms : Microsoft.VisualStudio.TestTools.UnitTesting
Assembly : Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Déclaration
Public Sub New ( _
msg As String, _
ex As Exception _
)
public InternalTestFailureException(
string msg,
Exception ex
)
public:
InternalTestFailureException(
String^ msg,
Exception^ ex
)
new :
msg:string *
ex:Exception -> InternalTestFailureException
public function InternalTestFailureException(
msg : String,
ex : Exception
)
Paramètres
msg
Type : StringMessage d'erreur indiquant la raison de l'exception.
ex
Type : ExceptionException qui constitue la cause de 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
InternalTestFailureException Classe
InternalTestFailureException, surcharge
Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms