FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (11)
31throw XPathException.Create(ResXml.Xp_InvalidToken, scanner.SourceText);
43throw XPathException.Create(ResXml.Xp_InvalidToken, scanner.SourceText);
61throw XPathException.Create(ResXml.Xp_QueryTooComplex);
458throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText);
543throw XPathException.Create(ResXml.Xp_InvalidNumArgs, name, _scanner.SourceText);
561throw XPathException.Create(ResXml.Xp_InvalidNumArgs, name, _scanner.SourceText);
580throw XPathException.Create(ResXml.Xp_InvalidArgumentType, name, _scanner.SourceText);
735throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText);
760throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText);
788throw XPathException.Create(ResXml.Xp_NodeSetExpected, _scanner.SourceText);
884throw XPathException.Create(ResXml.Xp_InvalidToken, _scanner.SourceText);