Share via


EventsExceptionInfo.Assembly Property

Definition

Gets or sets the assembly which threw the exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to