System.Xml.XPath.XPathException
namespace System.Xml.XPath
{
public class XPathException : SystemException
{
public XPathException();
protected XPathException(SerializationInfo info, StreamingContext context);
public XPathException(string message);
public XPathException(string message, Exception innerException);
}
}