Table of Contents

Method OnException

Namespace
Sisk.Core.Http.Handlers
Assembly
Sisk.Core.dll

OnException(Exception)

Method that is called when an exception is caught in the HTTP server. This method is called regardless of whether ThrowExceptions is enabled or not.

protected virtual void OnException(Exception exception)

Parameters

exception Exception

The exception object.