Skip to main content
Version: 25.2

exceptionReason

  • function (obsolete — use the exception’s reason instead)
  • Returns some text which generally describes the reason for the exception in more detail (the second parameter passed to the throw command). This is the same as the reason property of the exception.
  • Related: exception