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.
UITestControlNotFoundException Constructor (String^)
Initializes a new instance of the UITestControlNotFoundException class by using the provided error message.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- message
-
Type:
System::String^
The error message.
Use this constructor when the exact UI element is not available, such as when you search by a query string.
Show: