C# Class Automation.UI.Tree.QueryConstructionException

Thrown if there is an exception while constructing a query.
Inheritance: System.Exception
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
QueryConstructionException ( ) : System

New query construction exception.

QueryConstructionException ( string message ) : System

New query construction exception.

QueryConstructionException ( string message, Exception inner ) : System

New query construction exception.

Method Details

QueryConstructionException() public method

New query construction exception.
public QueryConstructionException ( ) : System
return System

QueryConstructionException() public method

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

QueryConstructionException() public method

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