Partager via


UnitTestAssertException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe UnitTestAssertException 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
Protected Sub New ( _
    msg As String, _
    ex As Exception _
)
protected UnitTestAssertException(
    string msg,
    Exception ex
)
protected:
UnitTestAssertException(
    String^ msg, 
    Exception^ ex
)
new : 
        msg:string * 
        ex:Exception -> UnitTestAssertException
protected function UnitTestAssertException(
    msg : String, 
    ex : Exception
)

Paramètres

  • msg
    Type : System.String
    Message d'erreur décrivant la raison de l'exception.
  • ex
    Type : System.Exception
    Exception ayant provoqué l'exception en cours.Si le paramètre ex n'a pas la valeur nullune référence null (Nothing en Visual Basic), l'exception actuelle est levée dans un bloc catch qui gère l'exception interne.

Sécurité .NET Framework

Voir aussi

Référence

UnitTestAssertException Classe

UnitTestAssertException, surcharge

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms