Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called after the user handles the action execution error.
This can be used to trace log something.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
protected internal virtual void OnErrorHandledByUser(
UITestErrorEventArgs eventArgs
)
public protected:
virtual void OnErrorHandledByUser(
UITestErrorEventArgs^ eventArgs
)
abstract OnErrorHandledByUser :
eventArgs:UITestErrorEventArgs -> unit
override OnErrorHandledByUser :
eventArgs:UITestErrorEventArgs -> unit
Protected Friend Overridable Sub OnErrorHandledByUser (
eventArgs As UITestErrorEventArgs
)
Parameters
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top