Partager via


ExpectedExceptionBaseAttribute.RethrowIfAssertException, méthode

Lève de nouveau l'exception si c'est un AssertFailedException ou un AssertInconclusiveException.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
Protected Sub RethrowIfAssertException ( _
    exception As Exception _
)
protected void RethrowIfAssertException(
    Exception exception
)
protected:
void RethrowIfAssertException(
    Exception^ exception
)
member RethrowIfAssertException : 
        exception:Exception -> unit 
protected function RethrowIfAssertException(
    exception : Exception
)

Paramètres

  • exception
    Type : System.Exception
    L'exception à lever s'il s'agit d'une exception d'assertion.

Sécurité .NET Framework

Voir aussi

Référence

ExpectedExceptionBaseAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms