Tagged Questions

0
votes
1answer
144 views

WCF autogenerate FaultContracts

We have many WCF services, we have not been using contract first. So now we have a lot of code that throws exceptions, that are not specified in the FaultContracts. Other than manually inspecting the ...