Russell Lewis wrote: > void func() { > keyword1 { > SomeOtherFunc(<normal params>); > } > keyword2(Exception e) { > <handler code> > goto _out; > } > > _out: > return; > } Replace keyword1 with "try" and keyword2 with "catch". Problem solved!