Delegate ExceptionErrorCallback
Represents the function that is called after the route action threw an exception.
public delegate HttpResponse ExceptionErrorCallback(Exception ex, HttpContext context)
Parameters
ex
Exception- Represents the function that is called after the route action threw an exception.
context
HttpContext- Represents the function that is called after the route action threw an exception.
Returns
- HttpResponse
- Represents the function that is called after the route action threw an exception.