Udostępnij za pośrednictwem


JsonRpcError.ErrorDetail.Data Właściwość

Definicja

Pobiera lub ustawia dodatkowe dane o błędzie.

[System.Runtime.Serialization.DataMember(IsRequired=false, Name="data", Order=2)]
public object Data { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="data", Order=2)]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
public object Data { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="data", Order=2)>]
member this.Data : obj with get, set
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="data", Order=2)>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.Data : obj with get, set
Public Property Data As Object

Wartość właściwości

Atrybuty
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Dotyczy