On Mar 07, 2007, at 2:42 PM, Dobbs, Paul wrote:

> I have a class constructor which is supposed to signal failure by
> raising an exception. Here is the code for the constructor:
>
> Questions:
>
> 1. If an exception is being raised after the call to GetSHM, how is  
> the
> program getting to the call to Attach?
> 2. Why is the exception handler in the Catch not being called?
>

You neglect to actually instantiate the err
Somewhere you need a
        err = New NilObjectException
before you raise it
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to