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.

UITestControlNotAvailableException Constructor

 

Initializes a new instance of the UITestControlNotAvailableException class.

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

NameDescription
System_CAPS_pubmethodUITestControlNotAvailableException()

Initializes a new instance of the UITestControlNotAvailableException class.

System_CAPS_pubmethodUITestControlNotAvailableException(Exception^)

Initializes a new instance of the UITestControlNotAvailableException class by using the provided inner exception.

System_CAPS_pubmethodUITestControlNotAvailableException(Exception^, String^, Object^)

Initializes a new instance of the UITestControlNotAvailableException class by using the provided inner exception, UI test control, and exception source.

System_CAPS_pubmethodUITestControlNotAvailableException(IUITechnologyElement^, Exception^)

Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI element.

System_CAPS_protmethodUITestControlNotAvailableException(SerializationInfo^, StreamingContext)

Initializes a new instance of the UITestControlNotAvailableException class for deserialization.

System_CAPS_pubmethodUITestControlNotAvailableException(String^)

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

System_CAPS_pubmethodUITestControlNotAvailableException(String^, Exception^)

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

System_CAPS_pubmethodUITestControlNotAvailableException(String^, Exception^, String^, Object^)

Initializes a new instance of the UITestControlNotAvailableException class by using the provided error message, UI test control, and source.

System_CAPS_pubmethodUITestControlNotAvailableException(String^, Object^)

Initializes a new instance of the UITestControlNotAvailableException class by using the provided UI control element and source of the exception.

System_CAPS_pubmethodUITestControlNotAvailableException(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.

Return to top
Show: