ExceptionHandlerFeature Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Funzionalità contenente il percorso e l'errore della richiesta originale per l'esame da parte di un gestore di eccezioni.
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
- Ereditarietà
-
ExceptionHandlerFeature
- Implementazioni
Costruttori
ExceptionHandlerFeature() |
Funzionalità contenente il percorso e l'errore della richiesta originale per l'esame da parte di un gestore di eccezioni. |
Proprietà
Endpoint |
Ottiene l'oggetto selezionato Endpoint per la richiesta originale. |
Error |
Errore rilevato durante la richiesta originale |
Path |
Parte del percorso della richiesta che identifica la risorsa richiesta. Il valore non è in escape. |
RouteValues |
Ottiene l'oggetto RouteValueDictionary associato alla richiesta originale. |