IDeveloperPageExceptionFilter Interface

Definition

Provides an extensibility point for changing the behavior of the DeveloperExceptionPageMiddleware.

public interface class IDeveloperPageExceptionFilter
public interface IDeveloperPageExceptionFilter
type IDeveloperPageExceptionFilter = interface
Public Interface IDeveloperPageExceptionFilter
Derived

Methods

HandleExceptionAsync(ErrorContext, Func<ErrorContext,Task>)

An exception handling method that is used to either format the exception or delegate to the next handler in the chain.

Applies to