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.

UITest::OnErrorActions Property

 

Gets or sets a list of test actions to execute if the test execution encounters an error.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
property ActionList^ OnErrorActions {
	ActionList^ get();
	void set(ActionList^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common::ActionList^

A list of test actions to execute if the test execution encounters an error.

Return to top
Show: