Headless.HtmlElementNotFoundException.HtmlElementNotFoundException C# (CSharp) Method

HtmlElementNotFoundException() public method

Initializes a new instance of the HtmlElementNotFoundException class.
public HtmlElementNotFoundException ( string message ) : System
message string /// The message that describes the error. ///
return System
        public HtmlElementNotFoundException(string message)
            : base(message)
        {
        }

Same methods

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