[Mono-list] Catching exceptions in ClientSink (Aync processing)

paszczi paszczi at go2.pl
Thu Jul 17 04:12:04 EDT 2008


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? 


More information about the Mono-list mailing list