Q: Numbers in stack trace?

U

Usenet User

Here is an example of an exception stack trace in ASP.NET:

Comp.Alt.FileSearch.Default.cmdFind_Click(Object sender, EventArgs e)
+1337
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+33
System.Web.UI.Page.ProcessRequestMain() +1277


Does anyone know what these numbers at the end of each line mean?

TIA!
 
M

Michael Kellogg

Usenet User said:
Here is an example of an exception stack trace in ASP.NET:

Comp.Alt.FileSearch.Default.cmdFind_Click(Object sender, EventArgs e)
+1337
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.Ra
isePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
+33
System.Web.UI.Page.ProcessRequestMain() +1277


Does anyone know what these numbers at the end of each line mean?

TIA!

I always thought those were the number of bytes to the actual error...

mk
 
M

Michael Kellogg

Usenet User said:
Huh? Bytes from where?

You know, the number of bytes into the method that's being referenced.
How far into the subroutine you are. Based on your reaction, I guess I'm
not right...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top