.net - how to detect application crashes? -


if running .net application , application crashes frequently. want offer crash recovery process such after crash, message displayed user offering restart application. how possible write code inside application , still run after had crashed! sounds weird loop of code i'd know experience on this.

you can subscribe appdomain.currentdomain.unhandledexception event , stuff event handler.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -