Share via


ExceptionHandlerOptions.ExceptionHandler Propiedad

Definición

RequestDelegate que controlará la excepción. Si esto no se proporciona explícitamente, la canalización de middleware posterior se usará de forma predeterminada.

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 de propiedad

Se aplica a