C# Class Automation.UI.Tree.QueryConstructionException

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

Méthodes publiques

Méthode 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 méthode

New query construction exception.
public QueryConstructionException ( ) : System
Résultat System

QueryConstructionException() public méthode

New query construction exception.
public QueryConstructionException ( string message ) : System
message string The detail message.
Résultat System

QueryConstructionException() public méthode

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