Share via


EventsExceptionInfo.OuterMessage Property

Definition

Gets or sets the outer message of the exception

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to