[Android.Runtime.Register("java/lang/StackTraceElement", DoNotGenerateAcw=true)] public sealed class StackTraceElement : Object, Java.IO.ISerializable, IDisposable
Remarks
A representation of a single stack frame. Arrays of StackTraceElement
are stored in Java.Lang.Throwable objects to represent the whole state of the
call stack at the time a Throwable gets thrown.