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