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.
UITestControlNotAvailableException Constructor (String^, Object^)
Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI control element and source of the exception.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public:
UITestControlNotAvailableException(
String^ uiTestControl,
Object^ exceptionSource
)
Parameters
- uiTestControl
-
Type:
System::String^
A string representation of the UITestControl that is blocked.
- exceptionSource
-
Type:
System::Object^
The object that is the source of the exception.
Show: