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.

UITestWarningEventArgs Constructor (UITestAction^, Exception^, String^)

 

Initializes a new instance of the UITestWarningEventArgs class.

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

public:
UITestWarningEventArgs(
	UITestAction^ action,
	Exception^ ex,
	String^ warning
)

Parameters

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

A UITestAction object.

ex
Type: System::Exception^

The Exception that has information about the problem that occurred.

warning
Type: System::String^

The text that explains the nature of the warning.

Return to top
Show: