【问题标题】:What does the number mean that is followed by + sign after the error?错误后跟+号的数字是什么意思?
【发布时间】:2013-10-07 12:39:09
【问题描述】:

考虑下面两行

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

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

最后一行中的 :31 表示行号,但 +115 表示什么?我无法在谷歌上得到任何东西,可能我不知道如何查询谷歌。请告诉我。

【问题讨论】:

    标签: c# asp.net debugging visual-studio-debugging


    【解决方案1】:

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

    该数字是从方法开始的(本机)指令偏移量。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-02-15
      • 2013-05-28
      • 1970-01-01
      • 1970-01-01
      • 2020-09-24
      • 1970-01-01
      • 2013-04-28
      相关资源
      最近更新 更多