See linked issue patch file.
Currently, Boo's exception handling routines emit a hidden variable when there is an anonymous exception handler of the form:
This unused variable causes style errors when verified by FxCop. As well, the variable should never be able created as the user never asked for it and, by using an anonymous exception handler, didn't want it.
BOO-877