Re: loggin on console app exit
Peter Ritchie <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
The AppDomain.ProcessExited is about as close as you can get. It's not entirely accurate, it will only notify you of normal application exists, not abnormal terminations like an unhandled exception or when the user forcibly terminates your application through task manager or similar. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com