1 type derived from XslLoadException
System.Private.Xml (1)
System\Xml\Xsl\XPath\XPathCompileException.cs (1)
11internal sealed class XPathCompileException : XslLoadException
15 instantiations of XslLoadException
System.Private.Xml (15)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
179throw new XslLoadException(e, _lastScope!.SourceLine);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (9)
27throw new XslLoadException(SR.Xml_UserException, res); 73throw new XslLoadException(SR.Xslt_VariablesNotAllowed); 83throw new XslLoadException(SR.Xslt_InvalidVariable, Compiler.ConstructQName(prefix, name)); 116throw new XslLoadException(SR.Xslt_CurrentNotAllowed); 123throw new XslLoadException(SR.Xslt_KeyNotAllowed); 140throw new XslLoadException(SR.Xslt_UnknownXsltFunction, Compiler.ConstructQName(prefix, name)); 271throw new XslLoadException(SR.Xslt_InvalidPrefix, prefix); 422throw new XslLoadException(SR.Xslt_UndefinedKey, keyName); 593throw new XslLoadException(SR.Xslt_NoDecimalFormat, (string)(QilLiteral)formatName);
System\Xml\Xsl\Xslt\XsltLoader.cs (4)
78throw new XslLoadException(SR.Xslt_CantResolve, uri); 195throw new XslLoadException(SR.Xslt_CantResolve, relativeUri); 222throw new XslLoadException(SR.Xslt_CannotLoadStylesheet, uri.ToString(), input == null ? "null" : input.GetType().ToString()); 280throw new XslLoadException(e, lineInfo);
System\Xml\Xslt\XslCompiledTransform.cs (1)
139throw new XslLoadException(error);
17 references to XslLoadException
System.Private.Xml (17)
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
27return Error(String(XslLoadException.CreateMessage(lineInfo, res, args)));
System\Xml\Xsl\Xslt\QilGenerator.cs (9)
168catch (XslLoadException e) 2275private void ReportErrorInXPath(XslLoadException e) 2312catch (XslLoadException e) 2357catch (XslLoadException e) 2385catch (XslLoadException e) 2411catch (XslLoadException e) 2440catch (XslLoadException e) 2461result = _f.Error(_f.String(XslLoadException.CreateMessage(key.SourceLine, SR.Xslt_MissingAttribute, "use"))); 2470catch (XslLoadException e)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
896catch (XslLoadException) 940catch (XslLoadException)
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
263catch (XslLoadException) 1366throw XslLoadException.Create(SR.Xslt_InputTooComplex); 1538return SetInfo(F.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/SR.Xslt_NotEmptyContents, _atoms.ApplyImports)), null, ctxInfo); 1863return SetInfo(F.Error(XslLoadException.CreateMessage(ctxInfo.lineInfo, SR.Xslt_MissingAttribute, "select")), null, ctxInfo); 2597F.Error(XslLoadException.CreateMessage(extElmLineInfo, SR.Xslt_UnknownExtensionElement, instrName))