adspace


In what order do we have to catch the exceptions:
TimoutException, FaultException,

Answer Posted / Virendra Kumar

The recommended exception handling order in WCF is to catch the most specific exceptions first and then move on to more general exceptions. In this case, you would first catch TimeoutException, followed by FaultException.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is microsoft c register server?

1089