Forum Discussion
AlexKaras
2 years agoChampion Level 3
Hi,
Just a note to make sure you understand the difference between OnLogError event suggested by rraghvani and try/catch/finally code mentioned by tristaanogre :
-- OnLogError will handle 'logical' script problems, for example, the click on the object that has zero size;
-- try/catch/finally will handle runtime exceptions, like an attempt to use null object or divide by zero.
Related Content
- 7 years ago