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.

UITestControlNotVisibleException Constructor (String^, Exception^, String^, Object^)

 

Initializes a new instance of the UITestControlNotVisibleException class.

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

public:
UITestControlNotVisibleException(
	String^ message,
	Exception^ innerException,
	String^ uiTestControl,
	Object^ exceptionSource
)

Parameters

message
Type: System::String^

The error message.

innerException
Type: System::Exception^

The original exception that caused the current exception.

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.

Return to top
Show: