I'm using CF 1.x (VS 2003) on a Windows CE 4.2 device.
This classes ad methods are not present:
Application.Thr eadException
ThreadException EventHandler
Application.Set UnhandledExcept ionMode
UnhandledExcept ionMode
AppDomain.Curre ntDomain.Unhand ledException
UnhandledExcept ionEventHandler
How can I catch the exceptions throwns by threads I've created?
I've to insert in each thread a try{ /*...*/} catch{}?
If a thread creates another thread both should have try{ /*...*/} catch{}?
Thanks,
Luigi.
This classes ad methods are not present:
Application.Thr eadException
ThreadException EventHandler
Application.Set UnhandledExcept ionMode
UnhandledExcept ionMode
AppDomain.Curre ntDomain.Unhand ledException
UnhandledExcept ionEventHandler
How can I catch the exceptions throwns by threads I've created?
I've to insert in each thread a try{ /*...*/} catch{}?
If a thread creates another thread both should have try{ /*...*/} catch{}?
Thanks,
Luigi.
Comment