G
Guogang
How can I catch exceptions of web service, when I am using Asyncronouse
Invoke (like: myService.BeginGetCustomers()) I want to catch exceptions
like: connection timeout.
In my case, if the web service is disconnected, then the call to
EndGetCustomers() will hang forever.
Thanks,
Guogang
Invoke (like: myService.BeginGetCustomers()) I want to catch exceptions
like: connection timeout.
In my case, if the web service is disconnected, then the call to
EndGetCustomers() will hang forever.
Thanks,
Guogang