5 implementations of ReportError
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2292public void ReportError(string res, params string[] args) {
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
27public void ReportError(string res, params string[] args) {
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
781public void ReportError(string res, params string[] args) { }
System\Xml\Xsl\Xslt\XsltInput.cs (1)
946public void ReportError(string res, params string[] args) {
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
2833public void ReportError(string res, params string[] args) {
4 references to ReportError
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\Compiler.cs (3)
196errorHelper.ReportError(/*[XT_042]*/e.Message, null); 210errorHelper.ReportError(/*[XT_043]*/e.Message, null); 226errorHelper.ReportError(/*[XT_044]*/e.Message, null);
System\Xml\Xsl\Xslt\Scripts.cs (1)
107errorHelper.ReportError(e.Message);