YENGtry

From OpenSimulator

Revision as of 16:42, 19 September 2020 by Ubit (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

try, catch and finally allow to handle some exceptions without getting the script killed.

  • on the try block we place the code we want to run protected.
  • on the catch block or blocks we place code to handle the exceptions
  • on the finally block we place code that should run always.

a try block must be follow by at least one catch or finally block there can be several catch blocks one per exception type, but only one finally

Personal tools
General
About This Wiki