Re: User-Unhandled Exceptions Not Breaking
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Are you somehow rethrowing an exception that was previously caught?
Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com
"Jaret Brower" <Jaret Brower@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:25432A0F-8C6D-4922-A1C1-66594EDFD7DE@xxxxxxxxxxxxx:
I'm using VS2005 and in one of my solutions, the IDE is not breaking when
unhandled exceptions occur. In the execptions dialog, I have all exceptions
marked to break on User-unhandled, but this is not happening (The exception
is just being printed to the output window).
If i create a new solution and come across an unhandled exception it breaks
like it should.
Thanks
.
Relevant Pages
- Re: UnhandledException in Windows Service
... event and the OnStart and OnStop service events in Try/Catch blocks ... handler for unhandled exceptions useful/needed in a Windows Service? ... > Asynchronous & catch the exception there, ... (microsoft.public.dotnet.languages.vb) - Re: Thread Abort and Unhandled Exception Event
... In .NET 2.0 unhandled exceptions in separate threads cause raising ... unhandled exception event and terminating the process. ... throwOnError, Boolean ignoreCase) ... (microsoft.public.dotnet.framework) - RE: PrintPreviewDialog and Win32Exception "The RPC server is unava
... The ThreadExceptionEventArgs will really only give me the exception type ... Using ThreadException is not acceptable. ... method in order to ensure routing all unhandled exceptions to the ... ThreadException handler. ... (microsoft.public.dotnet.framework.windowsforms) - RE: Exception Handling
... you want to apply a global exception handler to ... handle all unhandled exceptions in the appdomain, ... .Net provided several global unhandled exception handlers. ... (microsoft.public.dotnet.framework.windowsforms) - Re: Question on processes n threads #2
... >> a) if an exception is thrown in a worker thread and it is unhandled, ... Unhandled exceptions that occur on the application's main thread cause ... console. ... messages via the Windows Forms classes are subject to the Windows Forms ... (microsoft.public.dotnet.languages.csharp) |
|