ExceptionHandlerOptions.ExceptionHandlingPath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Chemin d’accès au point de terminaison de gestion des exceptions. Ce chemin d’accès sera utilisé lors de l’exécution de .ExceptionHandler
public:
property Microsoft::AspNetCore::Http::PathString ExceptionHandlingPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString ExceptionHandlingPath { get; set; }
member this.ExceptionHandlingPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property ExceptionHandlingPath As PathString