Re: Catching Exception from OLE Object

2006-10-03 Thread Markus Schneider
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Sisyphus") wrote: > - Original Message - > From: "Markus Schneider" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, October 03, 2006 9:36 PM > Subject: Catching Exception from OLE Object >

Re: Catching Exception from OLE Object

2006-10-03 Thread Sisyphus
- Original Message - From: "Markus Schneider" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 03, 2006 9:36 PM Subject: Catching Exception from OLE Object > Hi, > > I am using Win32OLE to test an application. > > For some tests the application throws a &q

Catching Exception from OLE Object

2006-10-03 Thread Markus Schneider
Hi, I am using Win32OLE to test an application. For some tests the application throws a "divide by zero" exception, due to bugs in the SW. However, I cannot put this in my test report, since Win32::OLE->LastError() does not return the exception. In fact, it returns "0". Anybody can give me a h