How to make WinForm .Net application never crash in case of exception .Net managed exception or in case of native exception?
I just want to log, but not let application crash.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Nov 18, 2011, 2:47 PM
Also look for articles in this web site about exception handling. Also read the MSDN articles about exception handling. If you understand how exception handling works then you will easily understand how to prevent the UnhandledException exceptions.
VulpesPosted Nov 18, 2011, 6:42 AM
Karthik AgarwalPosted Nov 18, 2011, 6:07 AM
http://msdn.microsoft.com/en-us/library/system.appdomain.unhandledexception.aspx
stevenPosted Nov 18, 2011, 5:54 AM
Karthik AgarwalPosted Nov 18, 2011, 5:37 AM