2 instantiations of XPathCompileException
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
890
throw new
XPathCompileException
(resId, name, minArgs.ToString(CultureInfo.InvariantCulture), maxArgs.ToString(CultureInfo.InvariantCulture));
System\Xml\Xsl\XPath\XPathScanner.cs (1)
514
return new
XPathCompileException
(xpathExpr, lexStart, curIndex, resId, args);
5 references to XPathCompileException
System.Data.SqlXml (5)
System\Xml\Xsl\XPath\XPathParser.cs (1)
42
catch (
XPathCompileException
e) {
System\Xml\Xsl\XPath\XPathScanner.cs (1)
513
public
XPathCompileException
CreateException(string resId, params string[] args) {
System\Xml\Xsl\Xslt\QilGenerator.cs (3)
1912
XPathCompileException
ex = e as
XPathCompileException
;
1956
XPathCompileException
e = new XPathCompileException(expr, 0, expr.Length, Res.XPath_NodeSetExpected, null);