New exceptions within a catch(exception &e) handler
a) cause execution of the catch(...) handler following this catch handler
b) are not possible in C++
c) are difficult to deal with
d) a and c
e) b and c