This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.Exchange.WebServices.Data
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.