共用方式為


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
)

參數

  • exception
    類型:Exception

    如果是判斷提示例外狀況時所擲回的例外狀況。

.NET Framework 安全性

請參閱

參考

ExpectedExceptionBaseAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間