Share via


ReportableException.StackTrace Property

Definition

Gets or sets stack trace

[Newtonsoft.Json.JsonProperty(PropertyName="stackTrace")]
public string StackTrace { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stackTrace")>]
member this.StackTrace : string with get, set
Public Property StackTrace As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to