1 type derived from XslTransformException
System.Data.SqlXml (1)
System\Xml\Xsl\XslException.cs (1)
82
internal class XslLoadException :
XslTransformException
{
1 instantiation of XslTransformException
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
986
throw new
XslTransformException
(text);
5 references to XslTransformException
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
137
catch (
XslTransformException
) {
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
105
return
XslTransformException
.CreateMessage(res, arr);
System\Xml\Xsl\Xslt\Compiler.cs (2)
284
/*errorText:*/
XslTransformException
.CreateMessage(res, args)
301
error.ErrorText =
XslTransformException
.CreateMessage(Res.Xslt_WarningAsError, error.ErrorText);
System\Xml\Xsl\Xslt\Scripts.cs (1)
106
catch (
XslTransformException
e) {