19 references to Create
System.Private.Xml (19)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
132throw XPathException.Create(SR.XmlUndefinedAlias, prefix);
System\Xml\XPath\Internal\FunctionQuery.cs (1)
58throw XPathException.Create(SR.Xp_UndefFunc, QName);
System\Xml\XPath\Internal\QueryBuilder.cs (4)
201throw XPathException.Create(SR.Xp_NotSupported, _query!); 344throw XPathException.Create(SR.Xp_InvalidKeyPattern, _query!); 430throw XPathException.Create(SR.Xp_InvalidKeyPattern, _query!); 436throw XPathException.Create(SR.Xp_NotSupported, _query!);
System\Xml\XPath\Internal\VariableQuery.cs (1)
36throw XPathException.Create(SR.Xp_UndefVar, QName);
System\Xml\XPath\Internal\XPathParser.cs (7)
28throw XPathException.Create(SR.Xp_InvalidToken, parser._scanner.SourceText); 39throw XPathException.Create(SR.Xp_InvalidToken, parser._scanner.SourceText); 449throw XPathException.Create(SR.Xp_NodeSetExpected, _scanner.SourceText); 722throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText); 747throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText); 775throw XPathException.Create(SR.Xp_NodeSetExpected, _scanner.SourceText); 871throw XPathException.Create(SR.Xp_InvalidToken, _scanner.SourceText);
System\Xml\XPath\Internal\XPathScanner.cs (4)
29throw XPathException.Create(SR.Xp_ExprExpected, string.Empty); 241throw XPathException.Create(SR.Xp_InvalidName, SourceText); 259throw XPathException.Create(SR.Xp_InvalidName, SourceText); 268throw XPathException.Create(SR.Xp_InvalidToken, SourceText);
System\Xml\XPath\XPathNavigator.cs (1)
1215throw XPathException.Create(SR.Xp_InvalidPattern, cexpr.Expression);