Hi all,
I created a console application and sometimes it just crash.
Because that my debugging skills using windbg are not "satisfactory",
I was wandering if there is an event that you can call whenever the program crashes
which tells you what line it was and what function (like On_Error in ASP.NET - Global.aspx)
If not, what are my options?
You seem to compare is to global.asax. The global try / catch proposal does just that: act as the latest "catcher" of errors which is called when no other catches are defined for that error.
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.