14 references to XslLoadException
System.Private.Xml (14)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
18
:
base
(resId, args)
26
:
base
(resId, args)
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 (3)
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());