What is Fault Contract in WCF

Answers were Sorted based on User's Feedback



What is Fault Contract in WCF..

Answer / sandeep

Suppose the service I consumed is not working in the client
application. I want to know the real cause of the problem.
How I can know the error? For this we are having Fault
Contract. Fault Contract provides documented view for error
occurred in the service to client. This helps us to easy
identity, what error has occurred.

Is This Answer Correct ?    17 Yes 2 No

What is Fault Contract in WCF..

Answer / venu kancharla

A Fault Contract can be associated with service operation to denote the errors that can be return to the the client.
An operation can have zero or more errors associated with it.
These errors are SAOP Errors that are moduled as exceptions with in the programming.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More WCF Interview Questions

What is wcf full form?

0 Answers  


Is it possible for a WCF service to implement Multiple service contracts?

0 Answers   HCL,


What are the endpoints in wcf? Or explain abcs of endpoint?

0 Answers  


Differentiate between datacontractserializr and xmlserializer?

1 Answers  


Explain fault contracts?

0 Answers  






What is "know types" in wcf?

0 Answers  


What are the possible ways of hosting a wcf service? Explain.

0 Answers  


How to perform Transaction query in WCF?

0 Answers   Viscus Infotech,


What is NetMsmqBinding Binding in WCF?

0 Answers   Viscus Infotech,


What do you understand by the term soap?

0 Answers  


What is ConcurrencyMode in WCF?

0 Answers  


Why wcf service is used?

0 Answers  


Categories