Automation.UI.Tree.ElementNotFoundException.ElementNotFoundException C# (CSharp) Method

ElementNotFoundException() public method

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

Same methods

ElementNotFoundException::ElementNotFoundException ( string message ) : System
ElementNotFoundException::ElementNotFoundException ( string message, Exception innerException ) : System
ElementNotFoundException