Partager via


HttpOperationException.RequestPayload Property

Definition

Caution

This property is obsolete and will be removed in a future version. Use the Exception.Data['Data'] instead.

Gets the payload sent in the request.

[System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Data'] instead.")]
public object? RequestPayload { get; set; }
[<System.Obsolete("This property is obsolete and will be removed in a future version. Use the Exception.Data['Data'] instead.")>]
member this.RequestPayload : obj with get, set
Public Property RequestPayload As Object

Property Value

Attributes

Remarks

This information is only available in limited circumstances e.g. when using Open API plugins.

Applies to