The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestErrorEventArgs Constructor (UITestAction^, Exception^)
Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorEventArgs class by using the provided action and exception.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- action
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^
A UITestAction object.
- ex
-
Type:
System::Exception^
The Exception that caused the event.
Show: