Raising exceptions in exception clauses greatly increases the difficulty of debugging. Exceptions raised in finally and fault ...

Raising exceptions in exception clauses greatly increases the difficulty of debugging. Exceptions raised in finally and fault clauses will hide any exceptions raised in the corresponding try block. If an exception is raised in a filter, it is ignored and treated as if the filter had returned false.