3 references to XPathCompileException
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
1028throw new XPathCompileException(resId, name, minArgs.ToString(CultureInfo.InvariantCulture), maxArgs.ToString(CultureInfo.InvariantCulture)); 1051throw new XPathCompileException(SR.XPath_NodeSetArgumentExpected, name, (i + 1).ToString(CultureInfo.InvariantCulture));
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
312throw new XPathCompileException(SR.XPath_NodeSetExpected);