WCF (Windows Communication Foundation) Question:
What is Fault Contract in WCF?
Answer:
Suppose the service we consumed is not working in the client
application. we want to know the real cause of the problem.
How we 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.
application. we want to know the real cause of the problem.
How we 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.