There shouldn't be any exceptions thrown in a return statement unless you're actually executing something in the return, like this:

Code:
return SomeFunc();

or

return new Obj;