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
messagestring
NodeAttributeNotFoundException(string, Exception)
public NodeAttributeNotFoundException(string message, Exception inner)