1

Considering the below two line

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

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

the :31 in last line mean the line number, but what does +115 signify? I am not able to get anything on google, may be I dont know how to query google for this. Please tell me.

4

1 回答 1

3

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

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

于 2013-10-07T12:42:01.427 回答