共用方式為


ExpectedExceptionBaseAttribute.NoExceptionMessage 屬性

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Protected Friend Overridable ReadOnly Property NoExceptionMessage As String
protected internal virtual string NoExceptionMessage { get; }
protected public:
virtual property String^ NoExceptionMessage {
    String^ get ();
}
abstract NoExceptionMessage : string with get 
override NoExceptionMessage : string with get
function get NoExceptionMessage () : String

屬性值

類型:String

備註

如果由於未擲回例外狀況而導致測試失敗,這個訊息就會包含在測試結果中。

.NET Framework 安全性

請參閱

參考

ExpectedExceptionBaseAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間