Senin, 15 November 2010

Recovering your application from unhandled exception in .net

Exception handling is one of the nightmare and the best practice for any programmer. But doesn't matter how good the programmer is, there will be always a chance of unhandled exception daunting the users. .net 2.0+ however has a better option of handling it which is focused on recovering your application on the next start. AppDomain.UnhandledException is an event which will allow you to handle

Tidak ada komentar:

Posting Komentar