IndexBatchException Constructor

Initializes a new instance of the IndexBatchException class.

Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim httpRequest As HttpRequestMessage
Dim httpResponse As HttpResponseMessage
Dim indexResponse As DocumentIndexResponse

Dim instance As New IndexBatchException(httpRequest, httpResponse, indexResponse)

Syntax

'Declaration
Public Sub New ( _
    httpRequest As HttpRequestMessage, _
    httpResponse As HttpResponseMessage, _
    indexResponse As DocumentIndexResponse _
)
public IndexBatchException (
    HttpRequestMessage httpRequest,
    HttpResponseMessage httpResponse,
    DocumentIndexResponse indexResponse
)
public:
IndexBatchException (
    HttpRequestMessage^ httpRequest, 
    HttpResponseMessage^ httpResponse, 
    DocumentIndexResponse^ indexResponse
)
public IndexBatchException (
    HttpRequestMessage httpRequest, 
    HttpResponseMessage httpResponse, 
    DocumentIndexResponse indexResponse
)
public function IndexBatchException (
    httpRequest : HttpRequestMessage, 
    httpResponse : HttpResponseMessage, 
    indexResponse : DocumentIndexResponse
)

Parameters

  • httpRequest
    The original HTTP index request.
  • httpResponse
    The original HTTP index response.
  • indexResponse
    The deserialized response from the index request.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IndexBatchException Class
IndexBatchException Members
Microsoft.Azure.Search Namespace