C# 클래스 CUITe.Controls.InvalidTraversalException

Exception thrown when trying to traverse to a UI test control that isn't found in the UI tree.
상속: System.Exception
파일 보기 프로젝트 열기: icnocop/cuite

공개 메소드들

메소드 설명
InvalidTraversalException ( string controlTypeNotFound ) : System

Initializes a new instance of the InvalidTraversalException class.

메소드 상세

InvalidTraversalException() 공개 메소드

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