InvalidLoadProfileException Class
This class represents an Exception that occurs when a load test plug-in attempts to assign the LoadProfile property of the LoadTestScenario to a LoadTestLoadProfile with an invalid or inconsistent set of property values.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.LoadTesting::InvalidLoadProfileException
| Name | Description | |
|---|---|---|
![]() | InvalidLoadProfileException() | Initializes a new instance of the InvalidLoadProfileException class with a system-supplied message that describes the error. |
![]() | InvalidLoadProfileException(SerializationInfo^, StreamingContext) | Initializes a new instance of the InvalidLoadProfileException class with serialized data. |
![]() | InvalidLoadProfileException(String^) | Initializes a new instance of the InvalidLoadProfileException class with a specified message that describes the error. |
![]() | InvalidLoadProfileException(String^, Exception^) | Initializes a new instance of the InvalidLoadProfileException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This exception would occur, for example, if the value of the MaxUserCount property is less than the value of the MinUserCount property on a LoadTestGoalBasedLoadProfile.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



