Exception handling in Asynchronous call
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