Corey, That seems indeed to be the problem.
I replacee Exception in my message with string and only added the exception message itself to the message and now its working :) Thanks alot for your assistance! Kind regards, Dirk On 9 mrt, 14:57, Corey Kaylor <[email protected]> wrote: > We've found that Exceptions don't always serialize friendly. The actual > exception likely has something that would require serialization by > reference, or would require inspecting attributes for things to ignore which > isn't supported. I would recommend trying to simplify the Exception into a > DTO for the exception information you care about. If that doesn't work for > you there are hooks to provide your own serialization for certain types. -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en.
