3 references to XsltCompileException
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
198
throw new
XsltCompileException
(e, this.Input!.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
213
throw new
XsltCompileException
(e, input.BaseURI, input.LineNumber, input.LinePosition);
260
throw new
XsltCompileException
(e, input.BaseURI, input.LineNumber, input.LinePosition);