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