RuntimeException.Stack

From Real Software Documentation

Jump to: navigation, search
Property (As String())
aRuntimeException.Stack = newValue
or
String()Value = aRuntimeException.Stack

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.

Personal tools