Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
UITestErrorEventArgs(
	UITestAction^ action,
	Exception^ ex
)

Parameters

action
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

A UITestAction object.

ex
Type: System::Exception^

The Exception that caused the event.

Return to top
Show: