Exception Handling
Return code error handling
- Error-prone
- Easy to miss error – leaks etc.
Two-pass stack-unwinding model
EH info specified as table of exception clauses with method
- Try, Catch, Filter & Finally
Late-bound – no work until exception
Interoperability with native environment