Partilhar via


ExceptionHandlerOptions.ExceptionHandler Propriedade

Definição

O RequestDelegate que manipulará a exceção. Se isso não for fornecido explicitamente, o pipeline de middleware subsequente será usado por padrão.

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ ExceptionHandler { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate ExceptionHandler { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? ExceptionHandler { get; set; }
member this.ExceptionHandler : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property ExceptionHandler As RequestDelegate

Valor da propriedade

Aplica-se a