Freigeben über


ExpectedExceptionBaseAttribute.RethrowIfAssertException-Methode

Löst die Ausnahme erneut aus, falls AssertFailedException oder AssertInconclusiveException.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
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
)

Parameter

  • exception
    Typ: Exception

    Die auszulösende Ausnahme, wenn es sich um eine Assertion-Ausnahme handelt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExpectedExceptionBaseAttribute Klasse

Microsoft.VisualStudio.TestTools.UnitTesting-Namespace