DataServiceQueryException.Response 属性

定义

获取指示异常结果的 QueryOperationResponseGets the QueryOperationResponse that indicates the exception results.

public:
 property System::Data::Services::Client::QueryOperationResponse ^ Response { System::Data::Services::Client::QueryOperationResponse ^ get(); };
public System.Data.Services.Client.QueryOperationResponse Response { get; }
member this.Response : System.Data.Services.Client.QueryOperationResponse
Public ReadOnly Property Response As QueryOperationResponse

属性值

QueryOperationResponse

获取指示异常结果的 QueryOperationResponse 对象。A QueryOperationResponse object that indicates the exception results.

适用于