How to use +number in asp.net server error page? -
If my app throws an exception, I see the server error page. The stack track shows the method where the error occurred (for example the empty reference exception), and plus number, such as +730, how can I return that number back to the C # code line?
Edit: I do not know what "+730" represents and I do not have any reference book for it. One thing I can tell you is that it does not have a line in the C # file.
If you press the Ctrl + G using Visual Studio and you want the page on that line You can also enter the number which is the exception, you can see the stack trace using Debug> Window> Stack Trace, it helps
Comments
Post a Comment