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
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.

Constructors

ExceptionErrorCallback(object, nint)

Methods

BeginInvoke(Exception, HttpContext, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(Exception, HttpContext)