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