Hi.
I've got a problem with catching exception thrown from plugin.
C++ code is:
REALobject Exception = REALnewInstance("NilObjectException");
REALRaiseException(Exception);
In RB try-catch block doesn't catch nor this neither another exception
(I test "RuntimeException" also). Unhandled 'NilObjectException'
exception. App must shut down.
But some times the try-catch block works fine and exception is
catched. Can anybody show a correct way to raise exception from plugin?
Best regards,
Alexander
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|