I'm connecting to a service and using a Channel created by ChannelFactory. I would like to know what exceptions can be thrown while invoking service interface's methods (for example if there is a service interface named ICalculator and I'm invoking its Add(5, 4)). I can't google the topic because i don't really know how to name the problem and what exactly i'm looking for. I will be grateful for any link with that kind of information.
i mean exceptions about corrupted connection etc., not the exceptions specified by the creator of the service.