ProcessHttpErrorResponse abstract method

void ProcessHttpErrorResponse(
  1. IEwsHttpWebResponse httpWebResponse,
  2. WebException webException
)
Processes an HTTP error response. The HTTP web response. The web exception.

Implementation

void ProcessHttpErrorResponse(
    IEwsHttpWebResponse httpWebResponse, WebException webException);