iOSApplication.UnhandledException

From Xojo Documentation

Event


iOSApplication.UnhandledException(exc As RuntimeException) As Boolean

Supported on Mobile (iOS).

Called if the app had an exception and did not handle it. If the event is not implemented or the event handler returns False, the application will terminate.