14 references to CreateException
System.Private.Xml (14)
System\Xml\Xsl\XPath\XPathParser.cs (6)
123
throw _scanner!.
CreateException
(SR.Xslt_InputTooComplex);
158
throw _scanner.
CreateException
(SR.XPath_PredicateAfterDot);
167
throw _scanner.
CreateException
(SR.XPath_PredicateAfterDotDot);
190
throw _scanner.
CreateException
(SR.XPath_UnexpectedToken, _scanner.RawValue);
304
throw scanner.
CreateException
(SR.XPath_NodeTestExpected, scanner.RawValue);
351
throw _scanner!.
CreateException
(SR.Xslt_InputTooComplex);
System\Xml\Xsl\XPath\XPathScanner.cs (4)
509
throw
CreateException
(SR.XPath_ScientificNotation);
521
throw
CreateException
(SR.XPath_UnclosedString);
559
throw
CreateException
(SR.XPath_EofExpected, RawValue);
563
throw
CreateException
(SR.XPath_TokenExpected, LexKindToString(t), RawValue);
System\Xml\Xsl\Xslt\XPathPatternParser.cs (4)
167
throw _scanner!.
CreateException
(SR.Xslt_InputTooComplex);
203
throw _scanner.
CreateException
(SR.XPath_InvalidAxisInPattern);
212
throw _scanner.
CreateException
(SR.XPath_InvalidAxisInPattern);
223
throw _scanner.
CreateException
(SR.XPath_UnexpectedToken, _scanner.RawValue);