Are there any possible scenarios where the Stack Trace can be completely empty? I was passed an Event Log text copied from machine Event Properties, which says the following:
Description: An unhandled exception occurred and the process was terminated.
Application ID: DefaultDomain
Process ID: 123
Exception: System.OutOfMemoryException
Message: Exception of type 'System.OutOfMemoryException' was thrown.
StackTrace:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
The Stack Trace looks suspicious to me. I searched a lot on forums and documentations - there is nothing about Stack Trace being empty. Only MSDN mentions "The StackTrace property may not report as many method calls as expected because of code transformations, such as inlining, that occur during optimization." but nothing about no method call reports at all.
I need to be sure before I contact back for confirmation, because this is a multilayer communication and is going to take time for the reponse..
Any corrections to my suspects that the Stack Trace cannot be empty?