Hello, I have found an old topic related with my question but there was no answer so I am opening this topic. Joel has written to the topic "Exception logging";
"I need to be able to do server-side logging of any exceptions thrown in an AjaxMethod, and I'd like to do it without inserting logging code into every single method. I was hoping to find some way of registering an exception handling delegate with Ajax, but there doesn't seem to be a way to do that (feature request!). So I'm planning on writing an HttpHandler wrapper for the Ajax HttpHandler, so that I can perform exception logging there. Can anyone think of a better approach?" And then in his next post he added that an inner class of Ajax.NET library is handling exceptions and not re-throwing them so HttpHandler solution is impossible. Is there a way for handling exceptions for Ajax methods in just one place instead of using a try catch block for each Ajax method? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
