Share via


EventsExceptionInfo.InnermostAssembly Property

Definition

Gets or sets the inner most assembly of the exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to