DeleteRequest<TResponse extends ServiceResponse> constructor

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

Implementation

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