InvalidLoadProfileException Constructor
Initializes a new instance of the InvalidLoadProfileException class with a system-supplied 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
public InvalidLoadProfileException()
public:
InvalidLoadProfileException()
new : unit -> InvalidLoadProfileException
public function InvalidLoadProfileException()
Remarks
This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as DefaultMessageDisplayedByParameterlessCtorWriterMustSupply. This message considers the current system culture.
The following table shows the initial property values for an instance of InsufficientMemoryException.
Property |
Value |
---|---|
nulla null reference (Nothing in Visual Basic) |
|
The localized error message string. |
.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