c# - What does the number mean that is followed by + sign after the error? -


considering below 2 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 line number, +115 signify? not able on google, may dont know how query google this. please tell me.

see here: http://odetocode.com/blogs/scott/archive/2005/01/25/funny-numbers-in-my-stack-trace.aspx

that number (native) instruction offset method start.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -