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

Thrown if there is an exception while constructing a query.
상속: System.Exception
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
QueryConstructionException ( ) : System

New query construction exception.

QueryConstructionException ( string message ) : System

New query construction exception.

QueryConstructionException ( string message, Exception inner ) : System

New query construction exception.

메소드 상세

QueryConstructionException() 공개 메소드

New query construction exception.
public QueryConstructionException ( ) : System
리턴 System

QueryConstructionException() 공개 메소드

New query construction exception.
public QueryConstructionException ( string message ) : System
message string The detail message.
리턴 System

QueryConstructionException() 공개 메소드

New query construction exception.
public QueryConstructionException ( string message, Exception inner ) : System
message string The detail message.
inner System.Exception The cause of the exception.
리턴 System