Share via


EventsExceptionInfo.InnermostMethod Property

Definition

Gets or sets the inner most method of the exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to