http://www.dotnetperls.com/throw
In the above website, in 1st example
without Console.WriteLine(ex.StackTrace); it is determine the location of the Exception. I wish to know whether Console.WriteLine(ex.StackTrace); is needed to determine the location of the Exception.