Information
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^, String^, Object^)

 

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
ActionNotSupportedOnDisabledControlException(
	String^ message,
	String^ uiTestControl,
	Object^ exceptionSource
)

Parameters

message
Type: System::String^

The error message.

uiTestControl
Type: System::String^

The name of the control in the user interface.

exceptionSource
Type: System::Object^

The object where the error occurred.

Return to top
Show: