Share via


EventsExceptionInfo.OuterMethod Property

Definition

Gets or sets the outer method of the exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to