C# 클래스 Automation.UI.Tree.ElementNotFoundException

Thrown when the requested element could not be found.
상속: UIException
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
ElementNotFoundException ( ) : System

New element not found exception.

ElementNotFoundException ( string message ) : System

New element not found exception.

ElementNotFoundException ( string message, Exception innerException ) : System

New element not found exception.

메소드 상세

ElementNotFoundException() 공개 메소드

New element not found exception.
public ElementNotFoundException ( ) : System
리턴 System

ElementNotFoundException() 공개 메소드

New element not found exception.
public ElementNotFoundException ( string message ) : System
message string The detail message.
리턴 System

ElementNotFoundException() 공개 메소드

New element not found exception.
public ElementNotFoundException ( string message, Exception innerException ) : System
message string The detail message.
innerException System.Exception The cause of this exception.
리턴 System