C# Class Automation.UI.Tree.ElementNotFoundException

Thrown when the requested element could not be found.
Inheritance: UIException
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
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.

Method Details

ElementNotFoundException() public méthode

New element not found exception.
public ElementNotFoundException ( ) : System
Résultat System

ElementNotFoundException() public méthode

New element not found exception.
public ElementNotFoundException ( string message ) : System
message string The detail message.
Résultat System

ElementNotFoundException() public méthode

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.
Résultat System