[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Variable representing the current exception object in an application.
Source position: forms.pp line 1986
var ExceptionObject: TExceptObject; |
Used in the implementation of the TApplication.HandleException method.
|
HandleException method for handling an exception; attempts to maintain program execution if possible, otherwise exits gracefully. |