StackTrace property (LotusScript® Language)

This property contains the call stack of the error. The property is read only.

Defined in

JavaError

Data type

String

Syntax

To get: String = javaError .StackTrace

Example