Table of Contents

Class NodeNotFoundException

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Exception that often occures when there is no way to bind a XPath to a Html Tag.

public class NodeNotFoundException : Exception, ISerializable
Inheritance
NodeNotFoundException
Implements
Inherited Members

Constructors

NodeNotFoundException()

public NodeNotFoundException()

NodeNotFoundException(string)

public NodeNotFoundException(string message)

Parameters

message string

NodeNotFoundException(string, Exception)

public NodeNotFoundException(string message, Exception inner)

Parameters

message string
inner Exception