Automation.UI.Tree.ElementNotFoundException.ElementNotFoundException C# (CSharp) 메소드

ElementNotFoundException() 공개 메소드

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

Same methods

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