In the full-scale framework I can add the following handlers to my
application to capture and handle such errors:
AddHandler AppDomain.CurrentDomain.UnhandledException, AddressOf
MyCatchAllExceptionHandler
AddHandler Application.ThreadException, AddressOf
MyCatchAllExceptionHandler
How would I do something similar in the Compact Framework?
Thank you!
sorry, but i cant help you on this, but can you give me some tipps on
how to react in the EventHandler if such a Exception occurs? I tried
your code and it worked, but the Application exits after handling the
event.
Thanks in advance
Jens
"Jesse" <jauf...@cascodev.com> wrote in message news:<uLJkySTW...@tk2msftngp13.phx.gbl>...
From http://www.developmentnow.com/g/18_2004_6_0_0_98437/Trapping-Errors-OUTSIDE-of-Try--Catch-Block.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/