G
Gary van der Merwe
I have a web application which has a custom error handler
which displays frendly message to user and emails me the
details.
The standard Asp.NET error handler page will, if the
project is in debug mode, display the line of code that
the error occoured on, as well as the previous and next 3
lines.
I would realy like to put this info in to the email that I
send to myself.
I think it might start with Excepition.TargetSite.
..
which displays frendly message to user and emails me the
details.
The standard Asp.NET error handler page will, if the
project is in debug mode, display the line of code that
the error occoured on, as well as the previous and next 3
lines.
I would realy like to put this info in to the email that I
send to myself.
I think it might start with Excepition.TargetSite.
..