I'm using the IE Browser Control under AGX CE .NET 4.2 (build 4.20.06). What I found is that the CE kernel or ADS image can fire a "RaiseException" on its separate thread and I couldn't catch it.
For example, if I define a HTML page and put a Auto-Refresh META tag with a wrong HTML link, which force IE to navigate that "wrong" link after a pre-defined time. The kernel fires "RasieException" as ==>>> RaiseException: Thread=81575000 Proc=81069e08 'MyApplication.exe' AKY=00000801 PC=03f83d70 RA=800be7a0 BVA=00000001 FSR=00000001
I tried to catch it in my application main thread by using "__try/__except" and I couldn't catch this exception. My question is that is there a way that I catch this exception, which I suspect is fired by IE browser separate thread? Thanks.