Subject | Re: [IB-Architect] New API: Exceptions |
---|---|
Author | Bill Lancaster |
Post date | 2000-06-02T14:30:14Z |
>Unfortunately, it doesn't work in MSVC++ V5. No compiler errors, butWill a catch(...) get the exception? Or is it not being thrown properly?
>the exception doesn't get caught. I haven't checked out g++, but the
>question, I fear, is moot.
>
>Anybody have any ideas?
>
For testing purposes
try {
...
}
catch(const SQLException& e)
{
}
catch(...)
{
}
Bill Lancaster
>Jim Starkey
>
>------------------------------------------------------------------------
>Take your development to new heights. Work with clients like Dell and
>pcOrder. Submit your resume to jobs@.... Visit us at
>http://click.egroups.com/1/4358/4/_/830676/_/959955146/
>------------------------------------------------------------------------
>
>To unsubscribe from this group, send an email to:
>IB-Architect-unsubscribe@onelist.com
>
>
>
>