Modify member {0} so that it does not raise an exception from within a finally clause. When an exception is raised from within ...

Modify member {0} so that it does not raise an exception from within a finally clause. When an exception is raised from within a finally clause, the new exception hides the active exception, if present, making the original error hard to detect and debug.