Exceptions from WCF

Posted by adrianm on Stack Overflow See other posts from Stack Overflow or by adrianm
Published on 2010-06-02T06:56:42Z Indexed on 2010/06/02 7:03 UTC
Read the original article Hit count: 192

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about exception-handling