ExchangeServiceBase.InternalProcessHttpErrorResponse method
EWS Managed API
Manages and traces error responses from Exchange Web Services (EWS).
The InternalProcessHttpErrorResponse(IEwsHttpWebResponse, WebException, TraceFlags, TraceFlags) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
protected void InternalProcessHttpErrorResponse( IEwsHttpWebResponse httpWebResponse, WebException webException, TraceFlags responseHeadersTraceFlag, TraceFlags responseTraceFlag )
Parameters
- httpWebResponse
- Type: Microsoft.Exchange.WebServices.Data.IEwsHttpWebResponse
The response from EWS.
- webException
- Type: System.Net.WebException
The exception returned with the response.
- responseHeadersTraceFlag
- Type: Microsoft.Exchange.WebServices.Data.TraceFlags
A value that indicates trace handling for response headers.
- responseTraceFlag
- Type: Microsoft.Exchange.WebServices.Data.TraceFlags
A value that indicates trace handling for the response.