ExceptionHandlerFeature Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Funkce obsahující cestu a chybu původního požadavku na prozkoumání obslužnou rutinou výjimky.
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
- Dědičnost
-
ExceptionHandlerFeature
- Implementuje
Konstruktory
ExceptionHandlerFeature() |
Funkce obsahující cestu a chybu původního požadavku na prozkoumání obslužnou rutinou výjimky. |
Vlastnosti
Endpoint |
Získá vybraný Endpoint pro původní požadavek. |
Error |
Chyba, ke které došlo během původního požadavku |
Path |
Část cesty požadavku, která identifikuje požadovaný prostředek. Hodnota není u řídicího pole. |
RouteValues |
RouteValueDictionary Získá přidružený k původnímu požadavku. |