svcutil.exe client proxy and fault contract

445 views Asked by At

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.

1

There are 1 answers

0
VJAI On