Table of Contents

Class MissingXPathException

Namespace
HtmlAgilityPack
Assembly
HtmlAgilityPack.dll

Exception that often occures when there is no property that assigned with XPath Property in Class.

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

Constructors

MissingXPathException()

public MissingXPathException()

MissingXPathException(string)

public MissingXPathException(string message)

Parameters

message string

MissingXPathException(string, Exception)

public MissingXPathException(string message, Exception inner)

Parameters

message string
inner Exception