3 references to XPathException
System.Xml (3)
System\Xml\XPath\XPathException.cs (3)
67return new XPathException(res, (string[])null); 71return new XPathException(res, new string[] { arg }); 75return new XPathException(res, new string[] { arg, arg2 });