C# Class CUITe.Controls.InvalidTraversalException

Exception thrown when trying to traverse to a UI test control that isn't found in the UI tree.
Inheritance: System.Exception
Show file Open project: icnocop/cuite

Public Methods

Method Description
InvalidTraversalException ( string controlTypeNotFound ) : System

Initializes a new instance of the InvalidTraversalException class.

Method Details

InvalidTraversalException() public method

Initializes a new instance of the InvalidTraversalException class.
public InvalidTraversalException ( string controlTypeNotFound ) : System
controlTypeNotFound string The UI test control type not found.
return System