共用方式為


WebTestException 建構函式 (String, Exception)

初始化 WebTestException 類別的新執行個體,這個執行個體具有錯誤訊息,以及造成此例外狀況的內部 Exception 參考。

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

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public WebTestException(
    string message,
    Exception innerException
)
public:
WebTestException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestException
public function WebTestException(
    message : String, 
    innerException : Exception
)

參數

  • message
    型別:System.String
    解釋例外狀況原因的錯誤訊息。

.NET Framework 安全性

請參閱

參考

WebTestException 類別

WebTestException 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間