C# Class Automation.UI.Tree.ElementNotFoundException

Thrown when the requested element could not be found.
Inheritance: UIException
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method 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 method

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

ElementNotFoundException() public method

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

ElementNotFoundException() public method

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.
return System