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: StringMessage that describes the exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LoadTestRunIdNotSetException Class