单项选择题

标准C++中,new操作失败抛出异常时;下列异常处理器,哪个不能捕获该异常()

A.catch(void*)
B.catch(exception&)
C.catch(…)
D.catch(bad_alloc&)