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.

FailedToPerformActionOnHiddenControlException Constructor (String^, Exception^)

 

Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided message and inner exception.

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

public:
FailedToPerformActionOnHiddenControlException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The error message.

innerException
Type: System::Exception^

The original exception that caused the current exception.

Return to top
Show: