[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when a circular exception occurs before the application is halted.
Source position: forms.pp line 1765
public property TApplication.OnCircularException : TExceptionEvent |
OnCircularException is a TExceptionEvent property with the event handler signalled when a circular exception occurs in an application. It is signalled from the HandleException method when another Exception occurs within the exception handler.
|
HandleException method for handling an exception; attempts to maintain program execution if possible, otherwise exits gracefully. |
|
|
Defines an event handler signalled to perform exception handling in an application. |