RuntimeException.Stack Property

Syntax

Stack as String


A String array that contains a list of all of the methods in the stack from the main entrypoint to the point at which the exception was invoked. The first element (0) contains the current function and the methods in the stack continue from there.

This feature only works if the Include Function Names option is enabled in the 'blessed' App class's properties..