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.

LoadTest::Abort Method (Exception^)

 

Stops the load test on all agents and specifies the exception that caused the abort.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
void Abort(
	Exception^ exception
)

Parameters

exception
Type: System::Exception^

An Exception that caused the load test to abort.

Raises the LoadTestAborted event.

Return to top
Show: