LoadTestRunIdNotSetException Class
The exception that is thrown when a user attempts to access the load test run ID before the run ID has been set.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
System::Exception
Microsoft.VisualStudio.TestTools.LoadTesting::LoadTestRunIdNotSetException
| Name | Description | |
|---|---|---|
![]() | LoadTestRunIdNotSetException() | Initializes a new instance of the LoadTestRunIdNotSetException class. |
![]() | LoadTestRunIdNotSetException(SerializationInfo^, StreamingContext) | Initializes a new instance of the LoadTestRunIdNotSetException class for serialization. |
![]() | LoadTestRunIdNotSetException(String^) | Initializes a new instance of the LoadTestRunIdNotSetException class by using the provided message. |
![]() | LoadTestRunIdNotSetException(String^, Exception^) | Initializes a new instance of the LoadTestRunIdNotSetException class by using the provided message and the inner 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



