Executing code on application crash

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-03-19T22:56:35Z Indexed on 2010/03/19 23:01 UTC
Read the original article Hit count: 130

Filed under:
|

I have some clean up code that I would like to execute at the end of execution even if my C# application crashes (delete temp files, etc). Is that possible to do in C#?

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about crash