Antlr4.Codegen.AbstractTarget.ErrorListener.IOError C# (CSharp) Method

IOError() public method

public IOError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void
            public virtual void IOError(TemplateMessage msg)
            {
                ReportError(msg);
            }