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