J
John Harkin
Hi,
I have an exsisting Asp.net web service which calls methods that can
raise a custom exception.
I would like to use info in this custom exception to formulate the
SoapException. I know this is possible , could catch in each web
service method the custom exception and then using its data to create
a SoapException. However i don't want to have to write the try catch
block for each web serrvice method.
Is there any way of setting up a global exception handler for the
webservice which i could then use to create the ComException in one
place.
Regards
John
I have an exsisting Asp.net web service which calls methods that can
raise a custom exception.
I would like to use info in this custom exception to formulate the
SoapException. I know this is possible , could catch in each web
service method the custom exception and then using its data to create
a SoapException. However i don't want to have to write the try catch
block for each web serrvice method.
Is there any way of setting up a global exception handler for the
webservice which i could then use to create the ComException in one
place.
Regards
John