Making it happen
try to catch … access violation
Did you know that try { } catch(…) catching Access Violation exceptions is actually a bug ? Starting from Visual C++ 2005 it doesn’t catch windows-based exceptions no more, only C++ exceptions.
| Print article | This entry was posted by andrei on May 31, 2007 at 9:11 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 3 years ago
Requiring information
about 3 years ago
Requiring information
about 2 years ago
wants to catch Access Violation error in catch block using VC++.