UITestControlNotFoundException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the UITestControlNotFoundException 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
Public method UITestControlNotFoundException() Initializes a new instance of the UITestControlNotFoundException class.
Public method UITestControlNotFoundException(String) Initializes a new instance of the UITestControlNotFoundException class by using the provided error message.
Protected method UITestControlNotFoundException(SerializationInfo, StreamingContext) Initializes a new instance of the UITestControlNotFoundException class for deserialization.
Public method UITestControlNotFoundException(String, Exception) Initializes a new instance of the UITestControlNotFoundException class by using the provided error message and inner exception.
Public method UITestControlNotFoundException(String, String, Object) Initializes a new instance of the UITestControlNotFoundException class by using the provided error message, UI test control, and source.
Public method UITestControlNotFoundException(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.
Public method UITestControlNotFoundException(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.
Public method UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object) Initializes a new instance of the UITestControlNotFoundException class.
Public method UITestControlNotFoundException(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.
Public method UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object) Initializes a new instance of the UITestControlNotFoundException class.

Top

See Also

Reference

UITestControlNotFoundException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace