25 references to Create
System.Private.Xml (25)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (4)
33throw XPathException.Create(SR.Xp_NoContext); 68throw XPathException.Create(SR.Xp_BadQueryObject); 139throw XPathException.Create(SR.Xp_UndefinedXsltContext); 143throw XPathException.Create(SR.Xp_UndefinedXsltContext);
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
32throw XPathException.Create(SR.Xp_InvalidPattern);
System\Xml\XPath\Internal\ExtensionQuery.cs (2)
42throw XPathException.Create(SR.Xp_NodeSetExpected); 56throw XPathException.Create(SR.Xp_NodeSetExpected);
System\Xml\XPath\Internal\FunctionQuery.cs (3)
40throw XPathException.Create(SR.Xp_NoContext); 67throw XPathException.Create(SR.Xp_NoContext); 100throw XPathException.Create(SR.Xp_InvalidPattern);
System\Xml\XPath\Internal\Query.cs (1)
61throw XPathException.Create(SR.Xp_InvalidPattern);
System\Xml\XPath\Internal\QueryBuilder.cs (2)
426throw XPathException.Create(SR.Xp_CurrentNotAllowed); 461throw XPathException.Create(SR.Xp_QueryTooComplex);
System\Xml\XPath\Internal\SortQuery.cs (1)
46throw XPathException.Create(SR.Xp_NodeSetExpected);
System\Xml\XPath\Internal\ValueQuery.cs (4)
15public sealed override XPathNavigator Current { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 16public sealed override int CurrentPosition { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 17public sealed override int Count { get { throw XPathException.Create(SR.Xp_NodeSetExpected); } } 18public sealed override XPathNavigator Advance() { throw XPathException.Create(SR.Xp_NodeSetExpected); }
System\Xml\XPath\Internal\VariableQuery.cs (2)
26throw XPathException.Create(SR.Xp_NoContext); 45throw XPathException.Create(SR.Xp_NoContext);
System\Xml\XPath\Internal\XPathParser.cs (1)
57throw XPathException.Create(SR.Xp_QueryTooComplex);
System\Xml\XPath\Internal\XPathScanner.cs (1)
318throw XPathException.Create(SR.Xp_UnclosedString);
System\Xml\XPath\XPathNavigator.cs (3)
1155throw XPathException.Create(SR.Xp_NodeSetExpected); 1180throw XPathException.Create(SR.Xp_BadQueryObject); 1202throw XPathException.Create(SR.Xp_BadQueryObject);