Java.Lang.Throwable.GetStackTrace Method
Returns a clone of the array of stack trace elements of this Throwable.

Syntax

[Android.Runtime.Register("getStackTrace", "()[Ljava/lang/StackTraceElement;", "GetGetStackTraceHandler")]
public virtual StackTraceElement[] GetStackTrace ()

See Also

Throwable.PrintStackTrace

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a clone of the array of stack trace elements of this Throwable. Each StackTraceElement represents an entry in the call stack. The element at position 0 is the top of the stack, that is, the stack frame where this Throwable is thrown.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1