System.Xml.Xsl.Xslt.QilGenerator.ReportError C# (CSharp) Méthode

ReportError() public méthode

public ReportError ( string res ) : void
res string
Résultat void
        public void ReportError(string res, params string[] args)
        {
            _compiler.ReportError(_lastScope.SourceLine, res, args);
        }
QilGenerator