Share via


LoadTestRunIdNotSetException Constructor (String, Exception)

Initializes a new instance of the LoadTestRunIdNotSetException class by using the provided message and the inner exception.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
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
)

Parameters

  • message
    Type: System.String
    Message that describes the exception.
  • innerException
    Type: System.Exception
    Exception that caused the current exception.

.NET Framework Security

See Also

Reference

LoadTestRunIdNotSetException Class

LoadTestRunIdNotSetException Overload

Microsoft.VisualStudio.TestTools.LoadTesting Namespace