Throwable.FillInStackTrace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills in the execution stack trace.
[Android.Runtime.Register("fillInStackTrace", "()Ljava/lang/Throwable;", "GetFillInStackTraceHandler")]
public virtual Java.Lang.Throwable FillInStackTrace ();
[<Android.Runtime.Register("fillInStackTrace", "()Ljava/lang/Throwable;", "GetFillInStackTraceHandler")>]
abstract member FillInStackTrace : unit -> Java.Lang.Throwable
override this.FillInStackTrace : unit -> Java.Lang.Throwable
Returns
a reference to this Throwable
instance.
- Attributes
Remarks
Fills in the execution stack trace. This method records within this Throwable
object information about the current state of the stack frames for the current thread.
If the stack trace of this Throwable
Throwable#Throwable(String, Throwable, boolean, boolean) is not writable, calling this method has no effect.
Java documentation for java.lang.Throwable.fillInStackTrace()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.