ExpectedExceptionBaseAttribute.RethrowIfAssertException 方法
如果异常为 AssertFailedException 或 AssertInconclusiveException,则将再次引发异常。
命名空间: 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
)
参数
- exception
类型:System.Exception
断言异常会引发异常。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。