Represents the error handling options that are available to exception handlers.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration UITestErrorActionResult
public enum UITestErrorActionResult
public enum class UITestErrorActionResult
type UITestErrorActionResult
public enum UITestErrorActionResult
Members
| Member name | Description | |
|---|---|---|
| Default | The handler chooses to take no action. The default is to throw exception. | |
| RetryAction | The handler wants to retry playback of the failed action. | |
| SkipAction | The handler wants to ignore the failed action and continue with playback. | |
| StopPlaybackAndContinueManually | The handler chooses to stop playback and execute actions manually. | |
| StopPlaybackAndRerecord | The handler wants to stop playback and rerecord afresh. |