Click to See Complete Forum and Search --> : catch exception thrown by another program


dky1e
June 26th, 2002, 12:16 PM
Is there a way to catch an exception thrown by another program?

Thx.

jparsons
June 26th, 2002, 04:42 PM
Originally posted by dky1e
Is there a way to catch an exception thrown by another program?

Thx.

Depends on what you mean. When remoting I believe that it's possible for a program to catch an exception that was thrown in a remote object on the server. However I don't think that's what you're referring to.