Edit

Share via


ServerBusyException(ServiceResponse) Constructor

Definition

Initializes a new instance of the ServerBusyException class. The ServerBusyException(ServiceResponse) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 ServerBusyException(Microsoft::Exchange::WebServices::Data::ServiceResponse ^ response);
public ServerBusyException (Microsoft.Exchange.WebServices.Data.ServiceResponse response);
Public Sub New (response As ServiceResponse)

Parameters

response
ServiceResponse

A response object containing information about the exception.

Applies to