innerStack property
final
The StackTrace
for the Error
or Exception
that triggered this
exception.
If this instance was created by user code, this field will be null
.
Implementation
final StackTrace innerStack;
The StackTrace
for the Error
or Exception
that triggered this
exception.
If this instance was created by user code, this field will be null
.
final StackTrace innerStack;