Click here to Skip to main content
15,867,771 members
Articles / All Topics

How to handle faults in WCF without declaring them explicitly

23 Nov 2014CPOL2 min read 16.2K   106   3  
In WCF, the exception handling between client and server requires a specification of the faults that each service might invoke. This is a good thing because it allows fault declarations inside the WSDL (enhancing the code-generation at client side) and it also works as documentation about validation
This is an old version of the currently published technical blog.

Only logged in members can view this content

Please go to the All Topics Table of Contents to view the list of available articles in this section.