Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This loops, if that's what you're asking:

    while (true)
    {
        try
        {
            try { return; }
            finally { throw new Exception(); }
        }
        catch { }
    }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: