InvalidLoadProfileException Constructor (String)
Initializes a new instance of the InvalidLoadProfileException class with a specified message that describes the error.
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 InvalidLoadProfileException(
string message
)
public:
InvalidLoadProfileException(
String^ message
)
new :
message:string -> InvalidLoadProfileException
public function InvalidLoadProfileException(
message : String
)
Parameters
message
Type: StringThe 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.
Remarks
The following table shows the initial property values for an instance of InvalidLoadProfileException.
Property |
Value |
---|---|
nulla null reference (Nothing in Visual Basic). |
|
The error message string specified in message. |
.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
InvalidLoadProfileException Class
InvalidLoadProfileException Overload
Microsoft.VisualStudio.TestTools.LoadTesting Namespace