I was wondering: When looking at an ASP.NET error page with a stack trace you can see a + sign and a number at the end of each line.
For example:

Also in the trace pasted in this question: http://stackoverflow.com/questions/680434
The numbers are not the line numbers in the sources files, so I suspect them to be something like stack (or parameter) sizes.
