ExceptionHandlerFeature Classe
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.
Fonctionnalité contenant le chemin d’accès et l’erreur de la demande d’origine pour examen par un gestionnaire d’exceptions.
public ref class ExceptionHandlerFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerFeature
public ref class ExceptionHandlerFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerPathFeature
public class ExceptionHandlerFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature
public class ExceptionHandlerFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerPathFeature
type ExceptionHandlerFeature = class
interface IExceptionHandlerFeature
type ExceptionHandlerFeature = class
interface IExceptionHandlerPathFeature
interface IExceptionHandlerFeature
type ExceptionHandlerFeature = class
interface IExceptionHandlerFeature
interface IExceptionHandlerPathFeature
Public Class ExceptionHandlerFeature
Implements IExceptionHandlerFeature
Public Class ExceptionHandlerFeature
Implements IExceptionHandlerPathFeature
- Héritage
-
ExceptionHandlerFeature
- Implémente
Constructeurs
ExceptionHandlerFeature() |
Fonctionnalité contenant le chemin d’accès et l’erreur de la demande d’origine pour examen par un gestionnaire d’exceptions. |
Propriétés
Endpoint |
Obtient le sélectionné Endpoint pour la requête d’origine. |
Error |
Erreur rencontrée lors de la demande d’origine |
Path |
Partie du chemin d’accès de la requête qui identifie la ressource demandée. La valeur n’est pas placée dans une séquence d’échappement. |
RouteValues |
Obtient le RouteValueDictionary associé à la requête d’origine. |