What exception is thrown if a web service i'm using Times Out?
- by BT
I'm calling a .NET web service within my existing .NET webservice, i would like to know what exception is thrown from the web method if timeout happens, i have set the web service timeout to some lower value then the default 90 sec. and want to add business logic if time out happens.
Is this the exception i should be looking at?…