The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
InvalidLoadProfileException Constructor (String^)
Initializes a new instance of the InvalidLoadProfileException class with a specified message that describes the error.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the exception. The caller of this constructor is required to make sure that this string has been localized for the current system culture.
The following table shows the initial property values for an instance of InvalidLoadProfileException.
Property | Value |
|---|---|
null. | |
The error message string specified in message. |
Show: