1 type derived from XslLoadException
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathCompileException.cs (1)
14internal class XPathCompileException : XslLoadException {
2 instantiations of XslLoadException
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
168throw new XslLoadException(e, lastScope.SourceLine);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
243throw new XslLoadException(e, lineInfo);
17 references to XslLoadException
System.Data.SqlXml (17)
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
29return Error(String(XslLoadException.CreateMessage(lineInfo, res, args)));
System\Xml\Xsl\Xslt\QilGenerator.cs (9)
160catch (XslLoadException e) { 1911private void ReportErrorInXPath(XslLoadException e) { 1939} catch (XslLoadException e) { 1976} catch (XslLoadException e) { 1998} catch (XslLoadException e) { 2019} catch (XslLoadException e) { 2042} catch (XslLoadException e) { 2059result = f.Error(f.String(XslLoadException.CreateMessage(key.SourceLine, Res.Xslt_MissingAttribute, "use"))); 2064} catch (XslLoadException e) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (2)
820} catch (XslLoadException) { 854} catch (XslLoadException) {
System\Xml\Xsl\Xslt\XsltLoader.cs (5)
229catch (XslLoadException) { 1262throw XslLoadException.Create(Res.Xslt_InputTooComplex); 1406return SetInfo(f.Error(XslLoadException.CreateMessage(contentInfo, /*[XT0260]*/Res.Xslt_NotEmptyContents, atoms.ApplyImports)), null, ctxInfo); 1703return SetInfo(f.Error(XslLoadException.CreateMessage(ctxInfo.lineInfo, Res.Xslt_MissingAttribute, "select")), null, ctxInfo); 2403f.Error(XslLoadException.CreateMessage(extElmLineInfo, Res.Xslt_UnknownExtensionElement, instrName))