Web Service Exceptions at run time
-
Hi I am developing web service as well as a Winform client for transferring some data. I just wand to know some of the exceptions during the transactions say for example 1. If web service as well as client is running in the same machine, if the IIS is not running means which exceptions will be thrown in the client side 2. If an error (say access violation or any other error) happened in the web service which exception will be thrown from the web service and how to catch in the client program 3.If the web service is running in the remote machine if the cline is unable to find the web service which exception will be thrown 4. If the web service is running in the remote machine and there is no network connection between the web service and the client , how it is possible to detect from the client side. 5.Each and every exception at run time is important for me for the cases like above. Could any one provide some information or code sample regarding the same?