Returns a JSON error response to the client
public JsonResult ReturnAjaxError(Exception ex, int statusCode)
Parameters
ex
Exception that generates the error message and info 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