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