6 references to XslTransformException
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
290throw new XslTransformException(e.InnerException, SR.XmlIl_ExtensionError, _name); 298throw new XslTransformException(e, SR.XmlIl_ExtensionError, _name);
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
156throw new XslTransformException(e, SR.XmlIl_DocumentLoadError, uriRelative);
System\Xml\Xsl\XslException.cs (3)
32: this(null, res, args) 107: base(null, res, args) 111: base(inner, SR.Xslt_CompileError2, null)