UITestControlNotVisibleException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the UITestControlNotVisibleException 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 | |
---|---|---|
UITestControlNotVisibleException() | Initializes a new instance of the UITestControlNotVisibleException class. | |
UITestControlNotVisibleException(String) | Initializes a new instance of the UITestControlNotVisibleException class by using the provided error message. | |
UITestControlNotVisibleException(SerializationInfo, StreamingContext) | Initializes a new instance of the UITestControlNotVisibleException class for deserialization. | |
UITestControlNotVisibleException(String, Exception) | Initializes a new instance of the UITestControlNotVisibleException class. | |
UITestControlNotVisibleException(String, String, Object) | Initializes a new instance of the UITestControlNotVisibleException class. | |
UITestControlNotVisibleException(String, Exception, String, Object) | Initializes a new instance of the UITestControlNotVisibleException class. |
Top