共用方式為


LoadTestRunIdNotSetException 建構函式 (String, Exception)

使用提供的訊息和內部例外狀況,初始化 LoadTestRunIdNotSetException 類別的新執行個體。

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

語法

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

參數

  • innerException
    型別:System.Exception
    造成目前例外狀況的例外狀況。

.NET Framework 安全性

請參閱

參考

LoadTestRunIdNotSetException 類別

LoadTestRunIdNotSetException 多載

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間