Share via


LoadTestRunIdNotSetException Constructor (String)

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

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public LoadTestRunIdNotSetException(
    string message
)
public:
LoadTestRunIdNotSetException(
    String^ message
)
new : 
        message:string -> LoadTestRunIdNotSetException
public function LoadTestRunIdNotSetException(
    message : String
)

Parameters

  • message
    Type: String

    Message that describes the exception.

.NET Framework Security

See Also

Reference

LoadTestRunIdNotSetException Class

LoadTestRunIdNotSetException Overload

Microsoft.VisualStudio.TestTools.LoadTesting Namespace