Hello
I am using Visual Studio 2005.
I am using SetUnhandledExceptionFilter to call my custom exception filter function when some unexpected error will happen. My custom filter function is called only if the unexpected error is Operating sytem error like Access Violation.
When the exception is C++ exception , raised with throw, my custom exception filter is not called, but still sometimes is called. Why is this ?
Thank you