Property CallbackErrorHandler
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; }