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.

UITestControlNotFoundException Constructor

 

Initializes a new instance of the UITestControlNotFoundException class.

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

NameDescription
System_CAPS_pubmethodUITestControlNotFoundException()

Initializes a new instance of the UITestControlNotFoundException class.

System_CAPS_pubmethodUITestControlNotFoundException(PropertyExpressionCollection^, PropertyExpressionCollection^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

Initializes a new instance of the UITestControlNotFoundException class by using the provided primary control properties, secondary control properties, inner exception, last invocation information, UI test control, and source.

System_CAPS_pubmethodUITestControlNotFoundException(PropertyExpressionCollection^, PropertyExpressionCollection^, String^, Exception^, String^, Object^)

Initializes a new instance of the UITestControlNotFoundException class by using the provided primary control properties, secondary control properties, root UI control, UI test control, and source.

System_CAPS_protmethodUITestControlNotFoundException(SerializationInfo^, StreamingContext)

Initializes a new instance of the UITestControlNotFoundException class for deserialization.

System_CAPS_pubmethodUITestControlNotFoundException(String^)

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

System_CAPS_pubmethodUITestControlNotFoundException(String^, Exception^)

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

System_CAPS_pubmethodUITestControlNotFoundException(String^, Exception^, String^, Object^)

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

System_CAPS_pubmethodUITestControlNotFoundException(String^, PropertyExpressionCollection^, PropertyExpressionCollection^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

Initializes a new instance of the UITestControlNotFoundException class.

System_CAPS_pubmethodUITestControlNotFoundException(String^, PropertyExpressionCollection^, PropertyExpressionCollection^, String^, Exception^, String^, Object^)

Initializes a new instance of the UITestControlNotFoundException class.

System_CAPS_pubmethodUITestControlNotFoundException(String^, String^, Object^)

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

Return to top
Show: