Freigeben über


ExceptionHandlerFeature Klasse

Definition

Ein Feature, das den Pfad und den Fehler der ursprünglichen Anforderung zur Prüfung durch einen Ausnahmehandler enthält.

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
Vererbung
ExceptionHandlerFeature
Implementiert

Konstruktoren

ExceptionHandlerFeature()

Ein Feature, das den Pfad und den Fehler der ursprünglichen Anforderung zur Prüfung durch einen Ausnahmehandler enthält.

Eigenschaften

Endpoint

Ruft die für die ursprüngliche Anforderung ausgewählte Endpoint ab.

Error

Fehler, der während der ursprünglichen Anforderung aufgetreten ist

Path

Der Teil des Anforderungspfads, der die angeforderte Ressource identifiziert. Der Wert ist nicht mit Escapezeichen versehen.

RouteValues

Ruft die ab, die RouteValueDictionary der ursprünglichen Anforderung zugeordnet ist.

Gilt für: