This post originated from an RSS feed registered with .NET Buzz
by Adrian Florea.
Original Post: Launch for user
Feed Title: Web Log di Adrian Florea
Feed URL: /error.aspx?aspxerrorpath=/adrian/Rss.aspx
Feed Description: "You know you've achieved perfection in design, not when you have nothing more to add, but when you have nothing more to take away." Antoine de Saint-Exupery
Non sempre quando vi appare una finestra "Just-In-Time Debugging", nel messaggio "An exception 'MyNamespace.MyException' has occurred in MyApplication.exe", l'eccezione debba essere una exception. Può capitare di incontrare al posto di 'MyNamespace.MyException', 'Launch for user' :-)
Un esempio, in questo snippet:
class Foo { static void Main() { System.Diagnostics.Debugger.Break(); } }
Secondo me, crea un po' di confusione il messaggio.