InnerHttpError.Body Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("body")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public object? Body { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("body")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.Body : obj with get, set
Public Property Body As Object

Property Value

Attributes

Applies to