We are developing a proxy in WCF that will serve as a means of communication for some handhelds running our custom client application. I am curious what error handling stra
You might find the IErrorHandler interface useful here. We've been using this to do pretty much what you mention - centralised exception logging and providing generalised fault reasons without having to litter the code with numerous try/catches to try and deal with the problem locally.