Difference between revisions of "TScript.TOnUnhandledException"
(Created page with " '''''property OnException: TOnException''''' Access mode: RW ==Description== Occurs when an uncaught exception is thrown (out of range, null point...") |
|||
Line 1: | Line 1: | ||
− | '''''property | + | '''''property OnUnhandledException: [[TScript.TOnUnhandledException|TOnUnhandledException]]''''' |
Access mode: RW | Access mode: RW | ||
Latest revision as of 20:54, 23 June 2016
property OnUnhandledException: TOnUnhandledException Access mode: RW
Description
Occurs when an uncaught exception is thrown (out of range, null pointer, among others).