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)
| 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. |
Show: