ExpectedExceptionBaseAttribute 建構函式 (String)
初始化 ExpectedExceptionBaseAttribute 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.UnitTesting
組件: Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)
語法
'宣告
Protected Sub New ( _
noExceptionMessage As String _
)
protected ExpectedExceptionBaseAttribute(
string noExceptionMessage
)
protected:
ExpectedExceptionBaseAttribute(
String^ noExceptionMessage
)
new :
noExceptionMessage:string -> ExpectedExceptionBaseAttribute
protected function ExpectedExceptionBaseAttribute(
noExceptionMessage : String
)
參數
noExceptionMessage
類型:String如果由於未擲回例外狀況而導致測試失敗,這個訊息就會包含在測試結果中。
備註
初始化無例外狀況訊息。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
ExpectedExceptionBaseAttribute 類別