FailedToPerformActionOnHiddenControlException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the FailedToPerformActionOnHiddenControlException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FailedToPerformActionOnHiddenControlException() | Initializes a new instance of the FailedToPerformActionOnHiddenControlException class. | |
FailedToPerformActionOnHiddenControlException(String) | Initializes a new instance of the FailedToPerformActionOnHiddenControlException class by using the provided error message. | |
FailedToPerformActionOnHiddenControlException(SerializationInfo, StreamingContext) | Fills the provided serialization information object with the serialized version of this exception by using the provided context. | |
FailedToPerformActionOnHiddenControlException(String, Exception) | Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided message and inner exception. | |
FailedToPerformActionOnHiddenControlException(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. | |
FailedToPerformActionOnHiddenControlException(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. |
Top