public override char GetChar() { try { return(m_pVal.GetChar()); } catch (ParserError exc) { exc.GetContext().Ident = GetIdent(); throw; } }