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