The Code Project - Exception Handling SOAP Extension - SOAP and XML
The Code Project - Exception Handling SOAP Extension - SOAP and XML
In a previous ASP.NET project I sadly realized that the only exception which was returned from the webservice was SoapException. I wanted to return a lot of thing about the error for example when the user wanted to log in to the system. I wanted to know if he provided a wrong password or the user doesn’t exist etc. I had my own exceptions for these cases, but I returned integers instead of exceptions… I think I could use this article to handle my custom exceptions at that situation well.


