DataServiceQueryException.Response Property

Gets the QueryOperationResponse that indicates the exception results.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Response As QueryOperationResponse 
    Get
'Usage
Dim instance As DataServiceQueryException 
Dim value As QueryOperationResponse 

value = instance.Response
public QueryOperationResponse Response { get; }
public:
property QueryOperationResponse^ Response {
    QueryOperationResponse^ get ();
}
member Response : QueryOperationResponse
function get Response () : QueryOperationResponse

Property Value

Type: System.Data.Services.Client.QueryOperationResponse
A QueryOperationResponse object that indicates the exception results.

See Also

Reference

DataServiceQueryException Class

System.Data.Services.Client Namespace