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
Afficher le fichier Open project: icnocop/cuite

Méthodes publiques

Méthode Description
InvalidTraversalException ( string controlTypeNotFound ) : System

Initializes a new instance of the InvalidTraversalException class.

Method Details

InvalidTraversalException() public méthode

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