Hi,
This is my next question on .NET remoting :) Sometimes I throw my exception 
inside server sink. I want to be able to catch it in ClientSink take some 
actions and eventually rethrow it to the end-user. This is fairly simple with 
synchronous processing (I only need to surround nextSink.ProcessMessage with 
try-catch), however I have no idea how to achieve this with async client 
processing ... any ideas on that? 
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to