共用方式為


InnerError.Errordetail Property

Definition

Gets or sets the internal error message or exception dump.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to