I've only known Visual Studio to halt on unhandled exceptions. One way may be to create your own exception class. That way you could set a breakpoint in your class constructor to know when it was thrown.
I know, kludgy! But, it would work if you really need that functionality a lot. ...Glenn On Thu, Sep 4, 2008 at 3:49 AM, BadDotNetCoda <[EMAIL PROTECTED]>wrote: > > Any chance to configure my Visual Studio to halt on handled > exceptions? > At best on a userdefined exceptiontype even if they are handled? > I know in Delphi there is a setting for that. > > Best Regards. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
