DSHI schrieb: > I am not sure how you implemented the transfer of Exceptions from > server to client. If I throw any exception in server, does the > exception always show up in 'result.error'? Or how can I implement > exception in server side to be able to use it in 'result.error' at > client side?
Throw an exception on the Server Side and if you don't catch them, then Ajax.NET catch the exception an generate the error properties in the returned result. No special exception needed. -- Freundliche Grüße Albert Weinert http://der-albert.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
