How can I capture the events leading to my windows application crashing?
would a big try catch around the Application.Run () do the job? in my head
that launches a thread and if that thread crashes somehow my try catch wont
do crap, maybe im wrong.
So what do you guys do to capture a possible application crash?
would a big try catch around the Application.Run () do the job? in my head
that launches a thread and if that thread crashes somehow my try catch wont
do crap, maybe im wrong.
So what do you guys do to capture a possible application crash?
Comment