RuntimeException.Stack
From Real Software Documentation
Property (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.
Notes
The stack contains all the method names up to but not including the current method name. This feature only works if the IncludeFunctionNames option is enabled for the App class’s properties in the IDE.
