ServiceResponseException constructor

ServiceResponseException(
  1. ServiceResponse _response
)
Initializes a new instance of the The ServiceResponse when service operation failed remotely.

Implementation

ServiceResponseException(this._response);