Response.InternalServerError constructor

Response.InternalServerError(
  1. dynamic body
)

Implementation

Response.InternalServerError(dynamic body) :
  this(HttpStatus.internalServerError, body: body);