Interpreting the Event Log
Event log entries, that document uncaught exceptions, are listed in bold. When a log entry for an exception is clicked, detailed information about that event is displayed. There are a few fields listed at the top of the screen followed by a horizontal rule. Below the rule is a detailed error message (if available), followed by a stack trace.
Relevant Information about Exceptions
When troubleshooting an exception, the most important information is the exception name, the error message (if available), and the stack trace. If the entire stack trace cannot be gathered, the first public method in the list will be the most helpful.
See Interpreting a Stack Trace for more info.
