09-20-05 11:03 PM
Hi Tomas,
I am calling the stored procedure through the SQL Adapter. I'll have a look
at catching a SOAPException, so thanks for that.
Is there any documentation about what kind of exceptions can be thrown as
oppose to me just having a stab in the dark or trial and error?
Cheers,
Gary
"Tomas Restrepo (MVP)" wrote:
> Gary,
>
>
> Are you calling the SP through the SQL Adapter, or through a custom
> component?
>
> If it is the SQL Adapter, then you have to take into account retries (so t
he
> exception might not pop up right now), and then you need to be aware of
> things like delivery notifications and catching exceptions from adapters
> (they usually through a SoapException or DeliveryFailureException, btw).
>
> You can always put a System.Exception handler and then check the exception
> object to see what exact exception type it is.
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
[ Post a follow-up to this message ]
|