Subject | Re: IBO Exception not caught?? |
---|---|
Author | zzzento |
Post date | 2007-03-14T20:33:46Z |
--- In IBObjects@yahoogroups.com, "G. Allen Casteran" <allen@...> wrote:
and a TIBOTable. Exception never gets into except block as
EIBO_ISCError.
.
.
.
TIBOTable.Post;
except
on E: EIBO_ISCError do
begin
{ this never executes }
.
.
.
Exception stops execution and debugger shows, continues execution with
an error message box (I don't know why, because I thought exceptions
don't show messages if handled), and stepping with F8 does not enter
exception handling.
Can someone explain this?
Thank you in advance,
Vicente.
>EIBO_ISCError.
> When I run this proc the exception can not be caught as an
> Only the generic exception handler gets run. I can trap the exceptionas
> generic exception in the "on e: Exception do" statement. but when Ihave
> "on E: EIBO_ISCError do" the exception does not get cuaght.I'm experiencing this behaviour with last evaluation version (4.7.16)
and a TIBOTable. Exception never gets into except block as
EIBO_ISCError.
.
.
.
TIBOTable.Post;
except
on E: EIBO_ISCError do
begin
{ this never executes }
.
.
.
Exception stops execution and debugger shows, continues execution with
an error message box (I don't know why, because I thought exceptions
don't show messages if handled), and stepping with F8 does not enter
exception handling.
Can someone explain this?
Thank you in advance,
Vicente.