共用方式為


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 類別

ExpectedExceptionBaseAttribute 多載

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間