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.
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 has information about the problem that occurred.
- warning
-
Type:
System::String^
The text that explains the nature of the warning.
Show: