Information
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 ()

 

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)

public:
InvalidLoadProfileException()

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

InnerException

null

Message

The localized error message string.

Return to top
Show: