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

public:
InvalidLoadProfileException(
	String^ message
)

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

InnerException

null.

Message

The error message string specified in message.

Return to top
Show: