1

Is it possible to have fault contract information included in my svcutil.exe generated client c# proxy code?
I mean, if a web service method is marked with FaultContractAttribute, I want it's type argument to be mentioned in comments to client proxy's method, so that when I use it, i could see what exceptions have to be catched.
Thank you.

Sergey Savenko
  • 666
  • 6
  • 11

1 Answers1

0

Check out http://wcfextras.codeplex.com/

VJAI
  • 32,167
  • 23
  • 102
  • 164