try { do { i++; } while (i < 30); } catch (Exception e) { } finally { i++; }