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.
ActionNotSupportedOnDisabledControlException Constructor (String^, Object^)
Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public:
ActionNotSupportedOnDisabledControlException(
String^ uiTestControl,
Object^ exceptionSource
)
Parameters
- uiTestControl
-
Type:
System::String^
The name of the control in the user interface.
- exceptionSource
-
Type:
System::Object^
The object where the error occurred.
Show: