T
Thomas W. Brown
I have an application that is, occasionally, being terminated without any
apparent error. I have a try/catch around the entire main routine and no
exception is being caught. But, when I look into the system event log, there
is a report of an uncaught Win32 exception. The exception is apparently
coming out of some Socket class activity (for which we also have exception
handling around).
I thought that these would have been, at the very least, turned into
SEHExceptions and I would still catch them?
Can anyone shed any light on this? How can I guarantee that I can catch any
type of exception that may be thrown.
apparent error. I have a try/catch around the entire main routine and no
exception is being caught. But, when I look into the system event log, there
is a report of an uncaught Win32 exception. The exception is apparently
coming out of some Socket class activity (for which we also have exception
handling around).
I thought that these would have been, at the very least, turned into
SEHExceptions and I would still catch them?
Can anyone shed any light on this? How can I guarantee that I can catch any
type of exception that may be thrown.