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

 

Initializes a new instance of the FailedToPerformActionOnHiddenControlException class.

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

NameDescription
System_CAPS_pubmethodFailedToPerformActionOnHiddenControlException()

Initializes a new instance of the FailedToPerformActionOnHiddenControlException class.

System_CAPS_protmethodFailedToPerformActionOnHiddenControlException(SerializationInfo^, StreamingContext)

Fills the provided serialization information object with the serialized version of this exception by using the provided context.

System_CAPS_pubmethodFailedToPerformActionOnHiddenControlException(String^)

Initializes a new instance of the FailedToPerformActionOnHiddenControlException class by using the provided error message.

System_CAPS_pubmethodFailedToPerformActionOnHiddenControlException(String^, Exception^)

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

System_CAPS_pubmethodFailedToPerformActionOnHiddenControlException(String^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided object name, action name, inner exception, last invocation information, UI test control, and source.

System_CAPS_pubmethodFailedToPerformActionOnHiddenControlException(String^, String^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided error message, object name, action name, inner exception, last invocation information, UI test control, and source.

Return to top
Show: