CreateItemRequestBase<TServiceObject extends ServiceObject, TResponse extends ServiceResponse> constructor

CreateItemRequestBase<TServiceObject extends ServiceObject, TResponse extends ServiceResponse>(
  1. ExchangeService service,
  2. ServiceErrorHandling errorHandlingMode
)
Initializes a new instance of the The service. Indicates how errors should be handled.

Implementation

CreateItemRequestBase(
    ExchangeService service, ServiceErrorHandling errorHandlingMode)
    : super(service, errorHandlingMode);