UnitTestAssertException 建構函式 (String, Exception)
使用指定的錯誤訊息和導致此例外狀況之內部例外狀況的參考,初始化 UnitTestAssertException 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Protected Sub New ( _
msg As String, _
ex As Exception _
)
protected UnitTestAssertException(
string msg,
Exception ex
)
protected:
UnitTestAssertException(
String^ msg,
Exception^ ex
)
new :
msg:string *
ex:Exception -> UnitTestAssertException
protected function UnitTestAssertException(
msg : String,
ex : Exception
)
參數
msg
類型:String解釋例外狀況原因的錯誤訊息。
ex
類型:Exception導致目前例外狀況的例外。 如果 ex 參數不是 nullnull 參考 (即 Visual Basic 中的 Nothing),則目前的例外狀況會在處理內部例外狀況的 Catch 區塊中引發。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。