3 references to XPathException
System.Private.Xml (3)
System\Xml\XPath\XPathException.cs (3)
76return new XPathException(res, (string[]?)null); 81return new XPathException(res, new string[] { arg }); 86return new XPathException(res, new string[] { arg, arg2 });