ExpectedExceptionBaseAttribute.RethrowIfAssertException 方法

如果异常为 AssertFailedExceptionAssertInconclusiveException,则将再次引发异常。

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ExpectedExceptionBaseAttribute 类

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间