What is the WCF contract to Handle the errors in WCF service ?

 Posted by Goud.Kv on 5/27/2014 | Category: WCF Interview questions | Views: 2131 | Points: 40
Answer:

'Fault Contract'.
This will handle the errors in a WCF service and reports it to the client in a clean manner.
This is similar to the Execption Handling like we do with Try-Catch blocks in Asp.Net.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response