Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of the UITestControlNotAvailableException 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 | |
---|---|---|
![]() |
UITestControlNotAvailableException() | Initializes a new instance of the UITestControlNotAvailableException class. |
![]() |
UITestControlNotAvailableException(Exception) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided inner exception. |
![]() |
UITestControlNotAvailableException(String) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided message. |
![]() |
UITestControlNotAvailableException(SerializationInfo, StreamingContext) | Initializes a new instance of the UITestControlNotAvailableException class for deserialization. |
![]() |
UITestControlNotAvailableException(String, Exception) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided message and inner exception. |
![]() |
UITestControlNotAvailableException(String, Object) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI control element and source of the exception. |
![]() |
UITestControlNotAvailableException(IUITechnologyElement, Exception) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI element. |
![]() |
UITestControlNotAvailableException(Exception, String, Object) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided inner exception, UI test control, and exception source. |
![]() |
UITestControlNotAvailableException(String, String, Object) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided message, the name of the UI test control, and the control that is the source of the exception. |
![]() |
UITestControlNotAvailableException(String, Exception, String, Object) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided error message, UI test control, and source. |
Top