Share via


ClientResultException.GetRawResponse Method

Definition

Gets the PipelineResponse, if any, that led to the exception.

public System.ClientModel.Primitives.PipelineResponse? GetRawResponse ();
member this.GetRawResponse : unit -> System.ClientModel.Primitives.PipelineResponse
Public Function GetRawResponse () As PipelineResponse

Returns

The PipelineResponse, if any, that led to the exception.

Applies to