Stack Trace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to understand what the "stack trace" is telling me.... Here is the
print out I got on an abend....

[NullReferenceException: Object reference not set to an instance of an
object.]
OPS_User_DataEntry.ScorecardMaint.PrepareForDownloading(Boolean
firstTimeThrough) +943
OPS_User_DataEntry.ScorecardMaint.RestorePageVariables() +606
OPS_User_DataEntry.ScorecardMaint.Page_Load(Object sender, EventArgs e)
+288
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +725


Is this telling me that it failed in Class
OPS_User_DataEntry.ScorecardMaint and method PrepareForDownloading(Boolean
firstTimeThrough) ? what is the meaning of +943? It does not correlate to a
line number, what does it correlate to?

Thanks in advance for your assistance!!!
 
I hope someone has an answer as I'd love to understand the stack trace
output as well. It's all goobbly-gook to me.. :o) I've heard many coders
refer to using them while debugging, but no-one seems to know how to explain
how to "read" them.
 
Back
Top