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