共用方式為


WebTestEndOfDataException 建構函式 (String)

初始化具有錯誤訊息之 WebTestEndOfDataException 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    message As String _
)
public WebTestEndOfDataException(
    string message
)
public:
WebTestEndOfDataException(
    String^ message
)
new : 
        message:string -> WebTestEndOfDataException
public function WebTestEndOfDataException(
    message : String
)

參數

  • message
    類型:String

    描述錯誤的訊息。

備註

如果 message 為 nullnull 參考 (即 Visual Basic 中的 Nothing),則輸出將會是帶有檔案和行號的呼叫堆疊。

.NET Framework 安全性

請參閱

參考

WebTestEndOfDataException 類別

WebTestEndOfDataException 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間