Returns a Json error response to the client
public JsonResult ReturnAjaxError(string errorMessage, int statusCode)
Parameters
errorMessage
Message of the error to return
statusCode
Optional status code.
Overloads:
See also:
Class BaseController© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic