Root.OnException Method
This is a special function that is called directly from the CRS execution engine.
This function is called when a try … catch raises an unhandled exception.
If true is returned as the return value, the CRS engine will continue processing without stopping.
If a value other than true is returned, the CRS execution engine will stop.
For details, refer to the “Exception Handling”-“Global Exception Handler” section.
Added since Ver.4.0.0, Mobile Ver.3.0.0