Difference between revisions of "TScript.TOnUnhandledException"

From Soldat Community Wiki
Jump to: navigation, search
(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 OnException: [[TScript.TOnException|TOnException]]'''''
+
  '''''property OnUnhandledException: [[TScript.TOnUnhandledException|TOnUnhandledException]]'''''
 
   Access mode: RW
 
   Access mode: RW
  

Latest revision as of 21: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).