-
Where does the execution stops exactly
Procedure 'a' and procedure 'b' - two procedures are there.
Now I am calling procedure 'b' from 'a'.
In procedure 'b' I used one exception, that exception is having error
So.. Now where does the execution stops exactly....
Thanks,
Somesh..
Question asked by visitor somesh
-
Junior Member
Re: Where does the execution stops exactly
-
Contributing Member
Re: Where does the execution stops exactly
Execution will stop as soon as exception occur in procedure b.
-
Expert Member
Re: Where does the execution stops exactly
No...the control goes to exception section of Procedure A...If the exception handled in A's exception section then that block of code will get executed...
-
Junior Member
Re: Where does the execution stops exactly
The point at which u called procedure 'b' in procedure 'a' will stop the execution of procedure 'b', which causes to stop procedure 'a'.
-
Junior Member
Re: Where does the execution stops exactly
Execution will continue at the topmost exception handler.
continuation of pro a event ..........
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules