Comment by messe
6 days ago
This loops, if that's what you're asking:
while (true)
{
try
{
try { return; }
finally { throw new Exception(); }
}
catch { }
}
6 days ago
This loops, if that's what you're asking:
while (true)
{
try
{
try { return; }
finally { throw new Exception(); }
}
catch { }
}
No comments yet
Contribute on Hacker News ↗