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 (IUITechnologyElement^, Exception^)
Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI element.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public:
UITestControlNotAvailableException(
IUITechnologyElement^ element,
Exception^ innerException
)
Parameters
- element
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^
A UITechnologyElement object.
- innerException
-
Type:
System::Exception^
The original exception that caused the current exception.
Show: