If you have a serialization error, that is usually an indication of the following:a) Message Serializer has a bug b) You try to send an invalid message c) You tried to send a message that is too big.
In both cases, there isn't anything that the bus can do with this, so it let the upstream code know about this. This is something that you would generally encounter only during development anyway. On Thu, Mar 19, 2009 at 7:37 PM, Corey Kaylor <[email protected]> wrote: > I wanted to make sure I'm not just blind. It appears that if the message > serializer fails to serialize a message it throws a new > SerializationException. However, it doesn't appear that in a bus.Send() > there are any upstream error handling or logging for this. Is this > intentional? Again, I could be blind and just missed where this was > accounted for so my apologies if this is the case. > > -Corey > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
