UITestErrorActionResult Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the error handling options available to exception handlers.

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

public enum class UITestErrorActionResult

Member nameDescription
DefaultNo action other than to throw the exception.
StopPlaybackAndContinueManuallyIndicates that the error handler stopped playback so the actions can be executed manually.
StopPlaybackAndRerecordIndicates that the error handler stopped playback so the actions can be re-recorded.
RetryActionIndicates that the failed action should be retried.
SkipActionIndicates that the error handler will skip the action and continue execution.
Show: