3
Answers

Exception handling in Asynchronous call

Ask a question
Revathi J

Revathi J

14y
4.8k
1
i have called a web method asyncronously. And i have used multiple catch statements based on the exception it is thorwing in web method. I need to handle in User Interface based on the exception type. How to do that in Asynchronous web service call? Thanks in advance

Answers (3)