HttpOperationException.RequestPayload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.