Access violation continues after catch (...) block
Hi all, the subject says it all. I used a catch (...) block, and indeed it caught the access violation exception, but the exception continued from the catch block, and crashed the program.
I must add that in the catch block I only set a boolean member of the class to true.
Anyone?
|