I am building a generic error routine that I can apply in almost all situations, with the goal being to provide the user with a nicely formatted message instead of a trace dump.
I wish to detail the name of the procedure where the error was generated but have been unable to locate any object that provides this information.
'Request.UrlReferrer.ToString' provides the path to the webpage and 'Sender.GetType.ToString' is part way there, but not enough.
Is there an object that can provide this.
Thanks
The risk with keeping an open mind is having your brains fall out.
Shaunk
I wish to detail the name of the procedure where the error was generated but have been unable to locate any object that provides this information.
'Request.UrlReferrer.ToString' provides the path to the webpage and 'Sender.GetType.ToString' is part way there, but not enough.
Is there an object that can provide this.
Thanks
The risk with keeping an open mind is having your brains fall out.
Shaunk