Throwable.StackTrace Property

Definition

Gets a string representation of the stack trace for this throwable.

public override string StackTrace { get; }
member this.StackTrace : string

Property Value

A string representation of this throwable's stack trace.

Remarks

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.

Applies to