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