UITestControlNotAvailableException Constructor
Initializes a new instance of the UITestControlNotAvailableException class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| 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(Exception^, String^, Object^) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided inner exception, UI test control, and exception source. |
![]() | UITestControlNotAvailableException(IUITechnologyElement^, Exception^) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI element. |
![]() | UITestControlNotAvailableException(SerializationInfo^, StreamingContext) | Initializes a new instance of the UITestControlNotAvailableException class for deserialization. |
![]() | UITestControlNotAvailableException(String^) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided message. |
![]() | UITestControlNotAvailableException(String^, Exception^) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided message and inner 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. |
![]() | UITestControlNotAvailableException(String^, Object^) | Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI control element and source of the exception. |
![]() | 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. |

