What exceptions can be thrown from a WCF client?
I usually catch CommunicationFaultedException
, CommunicationException
, TimoutException
and some other but from time to time new ones occur, e.g. most recently QuotaExceededException
There is no common base to catch (except Exception) so does anyone have a complete list?