User contributions
- 20:51, 20 February 2013 (diff | hist) . . (+11) . . cpp/language/try catch (Only 'throw xxx' statement can be caught by 'catch (...)', otherwise such as access violation could not be caught by 'catch (...)'.)
- 20:42, 20 February 2013 (diff | hist) . . (+19) . . cpp/language/try catch (catch (...) can only catch the exception throwed by program, not all of exception could be caught.)