I have a web service method, this calls functionality thats pretty complex in a c# class library.
In the class libraries there are a lot of try-catch scenarios.
What I would like to do is... if an error is detected, I want to set the return value of the webservice to false, and abort the thread, is this possible?