Partager via


ExceptionHandlerOptions.ExceptionHandler Propriété

Définition

RequestDelegate qui gère l’exception. Si ce n’est pas fourni explicitement, le pipeline d’intergiciel suivant est utilisé par défaut.

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

Valeur de propriété

S’applique à