3 instantiations of XsltCompileException
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
191
throw new
XsltCompileException
(e, this.Input.BaseURI, this.Input.LineNumber, this.Input.LinePosition);
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
182
throw new
XsltCompileException
(e, input.BaseURI, input.LineNumber, input.LinePosition);
223
throw new
XsltCompileException
(e, input.BaseURI, input.LineNumber, input.LinePosition);
3 references to XsltCompileException
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
187
catch (
XsltCompileException
) {
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
178
catch (
XsltCompileException
) {
219
catch (
XsltCompileException
) {