It relateds to User-named exceptional handlers.
I have declared an usernamed exception and wanted to call...
I came to know that these can be called by using two of the below -
- Pragma Exception_init
- Pragma Init_Exception
What is the differnce between
exception_init and
init_exception ? And where they can be used ?