Tips, reminders and ideas on how to solve different code issues.
System.Diagnostics.StackTrace trace = new System.Diagnostics.StackTrace(ex, true); Response.Write("Line: " + trace.GetFrame(0).GetFileLineNumber().ToString());
No comments:
Post a Comment