![]() |
|
|
|
#1 |
|
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.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33 System.Web.UI.Page.ProcessRequestMain() +1277 Does anyone know what these numbers at the end of each line mean? TIA! Usenet User |
|
|
|
|
#2 |
|
Posts: n/a
|
Usenet*User <**@*.**> wrote:
> 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.IPo stBackEventHandler.Ra > isePostBackEvent(String eventArgument) +57 > System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler > sourceControl, String eventArgument) +18 > System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection 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 Michael Kellogg |
|
|
|
#3 |
|
Posts: n/a
|
On Thu, 06 Apr 2006 22:29:25 GMT, Michael Kellogg
<> wrote: >Usenet*User <**@*.**> wrote: > >> 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.IPo stBackEventHandler.Ra >> isePostBackEvent(String eventArgument) +57 >> System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler >> sourceControl, String eventArgument) +18 >> System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection 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 Huh? Bytes from where? Usenet User |
|
|
|
#4 |
|
Posts: n/a
|
Usenet*User <**@*.**> wrote:
> On Thu, 06 Apr 2006 22:29:25 GMT, Michael Kellogg > <> wrote: > >>Usenet*User <**@*.**> wrote: >> >>> 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.IPo stBackEventHandler.Ra >>> isePostBackEvent(String eventArgument) +57 >>> System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler >>> sourceControl, String eventArgument) +18 >>> System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection 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 > > 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... Michael Kellogg |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| c# programs | lieutaryan | General Help Related Topics | 2 | 09-24-2009 02:50 AM |
| Re: Numbers and more numbers... | Linda | A+ Certification | 1 | 12-03-2005 12:43 AM |
| Re: Numbers and more numbers... | Breedo | A+ Certification | 0 | 12-02-2005 12:45 AM |
| Re: Laptop won't type numbers | Adam Leinss | A+ Certification | 2 | 06-09-2005 04:00 AM |
| Re: Laptop won't type numbers | Gary | A+ Certification | 0 | 06-08-2005 11:35 AM |