Table of Contents

Property CallbackErrorHandler

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

CallbackErrorHandler

Gets or sets the Router action exception handler. The response handler for this property will send an HTTP response to the client when an exception is caught during execution. This property is only called when ThrowExceptions is disabled.

public ExceptionErrorCallback? CallbackErrorHandler { get; set; }

Property Value

ExceptionErrorCallback?