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 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.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
protected internal override void OnErrorHandledByUser(
UITestErrorEventArgs eventArgs
)
public protected:
virtual void OnErrorHandledByUser(
UITestErrorEventArgs^ eventArgs
) override
override OnErrorHandledByUser :
eventArgs:UITestErrorEventArgs -> unit
Protected Friend Overrides Sub OnErrorHandledByUser (
eventArgs As UITestErrorEventArgs
)
Parameters
See Also
UITestInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top