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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。