ErrorHandlingMiddleware - конструктор

Инициализирует новый экземпляр класса ErrorHandlingMiddleware

Definition

Пространство имён: Tessa.Web.Middleware
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public ErrorHandlingMiddleware(
	RequestDelegate next,
	IExceptionResponseProvider? exceptionResponseProvider = null,
	IOptions<WebOptions>? options = null
)

Параметры

next  RequestDelegate
 
exceptionResponseProvider  IExceptionResponseProvider  (Optional)
 
options  IOptionsWebOptions  (Optional)
 

См. также