Table of Contents

Class NodeAttributeNotFoundException

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Exception that often occures when there is no way to bind a XPath to a HtmlTag Attribute.

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

Constructors

NodeAttributeNotFoundException()

public NodeAttributeNotFoundException()

NodeAttributeNotFoundException(string)

public NodeAttributeNotFoundException(string message)

Parameters

message string

NodeAttributeNotFoundException(string, Exception)

public NodeAttributeNotFoundException(string message, Exception inner)

Parameters

message string
inner Exception