Share via


AdditionalErrorInfo.Info Property

Definition

Gets or sets additional error info.

[Newtonsoft.Json.JsonProperty(PropertyName="info")]
public object Info { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="info")>]
member this.Info : obj with get, set
Public Property Info As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to