ServerBusyException(ServiceResponse) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.