Share via


DataServiceQueryException.Response Property

Definition

Gets the QueryOperationResponse that indicates the exception results.

public Microsoft.OData.Client.QueryOperationResponse Response { get; }
member this.Response : Microsoft.OData.Client.QueryOperationResponse
Public ReadOnly Property Response As QueryOperationResponse

Property Value

A QueryOperationResponse object that indicates the exception results.

Applies to