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)

Syntax

'Declaration
Public Enumeration UITestErrorActionResult
'Usage
Dim instance As UITestErrorActionResult
public enum UITestErrorActionResult
public enum class UITestErrorActionResult
type UITestErrorActionResult
public enum UITestErrorActionResult

Members

Member name Description
Default No action other than to throw the exception.
StopPlaybackAndContinueManually Indicates that the error handler stopped playback so the actions can be executed manually.
StopPlaybackAndRerecord Indicates that the error handler stopped playback so the actions can be re-recorded.
RetryAction Indicates that the failed action should be retried.
SkipAction Indicates that the error handler will skip the action and continue execution.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestAction