简体   繁体   English

数字意味着错误后跟着+符号后面是什么意思?

[英]What does the number mean that is followed by + sign after the error?

Considering the below two line 考虑以下两条线

System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +115 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)+115

datautility.table(String q) in \\ghty\\domains\\j-1055490192\\user\\htdocs\\App_Code\\datautility.cs:31 \\ ghty \\ domains \\ j-1055490192 \\ user \\ htdocs \\ App_Code \\ datautility.cs中的datautility.table(String q):31

the :31 in last line mean the line number, but what does +115 signify? :最后一行31表示行号,但+115表示什么? I am not able to get anything on google, may be I dont know how to query google for this. 我无法在谷歌上得到任何东西,可能是我不知道如何查询谷歌这个。 Please tell me. 请告诉我。

See here: http://odetocode.com/Blogs/scott/archive/2005/01/25/funny-numbers-in-my-stack-trace.aspx 请看: http//odetocode.com/Blogs/scott/archive/2005/01/25/funny-numbers-in-my-stack-trace.aspx

That number is a (native) instruction offset from the method start. 该数字是方法开始的(本机)指令偏移量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM