The actual event I'm subscribing to is...
AppDomain.CurrentDomain.UnhandledException += new
UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);

not the threadexceptioin as I put in the earlier message
--
Regards,
Gary Blakely

Re: Correction to that by Bryan

Bryan
Fri Apr 27 09:23:11 CDT 2007

Not that this should make a difference, but I usually put the
UnhandledException code in the static main class.

--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net



"GaryDean" <GaryDean@newsgroups.nospam> wrote in message
news:#PbU1jGiHHA.4296@TK2MSFTNGP05.phx.gbl:

> The actual event I'm subscribing to is...
> AppDomain.CurrentDomain.UnhandledException += new
> UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
>
> not the threadexceptioin as I put in the earlier message
> --
> Regards,
> Gary Blakely