Condividi tramite


ExceptionHandlerOptions.ExceptionHandler Proprietà

Definizione

Oggetto RequestDelegate che gestirà l'eccezione. Se non viene specificato in modo esplicito, la pipeline middleware successiva verrà usata per impostazione predefinita.

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

Valore della proprietà

Si applica a