1.

Can Processing Be Resumed From The Point Exception Was Raised After The Exception Is Handled?

Answer»

After the exception is handled, processing cannot be resumed within the EXECUTABLE section of the current block from where the exception was raised. The current block where the exception handler is DECLARED will be terminated. The control will pass to the STATEMENT in the enclosing executable block. If there is no enclosing block, control will pass BACK to the calling host environment.

After the exception is handled, processing cannot be resumed within the executable section of the current block from where the exception was raised. The current block where the exception handler is declared will be terminated. The control will pass to the statement in the enclosing executable block. If there is no enclosing block, control will pass back to the calling host environment.



Discussion

No Comment Found