Share via


ExtendedErrorInfo.Code Property

Definition

Gets or sets the error code.

[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)]
public string Code { get; set; }
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)>]
member this.Code : string with get, set
Public Property Code As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to