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