Compartir a través de


ExceptionHandlerFeature Clase

Definición

Característica que contiene la ruta de acceso y el error de la solicitud original para el examen por parte de un controlador de excepciones.

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
Herencia
ExceptionHandlerFeature
Implementaciones

Constructores

ExceptionHandlerFeature()

Característica que contiene la ruta de acceso y el error de la solicitud original para el examen por parte de un controlador de excepciones.

Propiedades

Endpoint

Obtiene la opción seleccionada Endpoint para la solicitud original.

Error

Error detectado durante la solicitud original

Path

Parte de la ruta de acceso de solicitud que identifica el recurso solicitado. El valor no tiene escape.

RouteValues

Obtiene el asociado RouteValueDictionary a la solicitud original.

Se aplica a