I am reading Jeffrey Richter's book "Applied Microsoft .NET Framework
programming",i came across "Exception handing". Page 405 says
"If the stack overflow occurs within the CLR itself,your application code
won't be able to catch the StackOverflowEx ception exception and none of your
finally blocks will excute.",I don't understand it.
Following C# statement:
class App
{
static...