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