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
'Declaration
Protected Friend Overrides Sub OnErrorHandledByUser ( _
eventArgs As UITestErrorEventArgs _
)
protected internal override void OnErrorHandledByUser(
UITestErrorEventArgs eventArgs
)
protected public:
virtual void OnErrorHandledByUser(
UITestErrorEventArgs^ eventArgs
) override
abstract OnErrorHandledByUser :
eventArgs:UITestErrorEventArgs -> unit
override OnErrorHandledByUser :
eventArgs:UITestErrorEventArgs -> unit
override function OnErrorHandledByUser(
eventArgs : UITestErrorEventArgs
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace