Headless.HtmlElementNotFoundException.HtmlElementNotFoundException C# (CSharp) Method

HtmlElementNotFoundException() public method

Initializes a new instance of the HtmlElementNotFoundException class.
public HtmlElementNotFoundException ( ) : System
return System
        public HtmlElementNotFoundException()
        {
        }

Same methods

HtmlElementNotFoundException::HtmlElementNotFoundException ( SerializationInfo info, StreamingContext context ) : System
HtmlElementNotFoundException::HtmlElementNotFoundException ( string message ) : System
HtmlElementNotFoundException::HtmlElementNotFoundException ( string message, Exception innerException ) : System
HtmlElementNotFoundException::HtmlElementNotFoundException ( string message, IXPathNavigable relatedNode ) : System
HtmlElementNotFoundException