function () { A obj = new A(); try { return obj; } catch { return obj; } } function () { A obj = new A(); try { } catch { return obj; } return obj; }