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