UITestControlNotAvailableException Constructor

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

See Also

Reference

UITestControlNotAvailableException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace