G
Guest
Is there a wayin C#:
If a program errors and gets directed to the global asax file. I know you
can display the stack traces, line#s , methods, ect. Is there a way in code
to display the ACTUAL line of text that caused the error?
So I would actually see for example:
"Response.Write(Request["Message"].ToString());"
if that was the line that caused the error
If a program errors and gets directed to the global asax file. I know you
can display the stack traces, line#s , methods, ect. Is there a way in code
to display the ACTUAL line of text that caused the error?
So I would actually see for example:
"Response.Write(Request["Message"].ToString());"
if that was the line that caused the error