Table of Contents

Delegate ExceptionErrorCallback

Namespace: Sisk.Core.Routing
Assembly: Sisk.Core.dll

Represents the function that is called after the route action threw an exception.

public delegate HttpResponse ExceptionErrorCallback(Exception ex, HttpContext context)

Parameters

ex Exception

context HttpContext

Returns

HttpResponse