error handling while calling web service

  • Thread starter Thread starter Guest
  • Start date Start date
Yes, if you call the web service asynchronously using BeginInvoke and
the web service throws an exception, you'll see the exception thrown
from EndInvoke.
 
Back
Top