ExceptionHandlerFeature Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A feature containing the path and error of the original request for examination by an exception handler.
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
		- Inheritance
 - 
				ExceptionHandlerFeature
 
- Implements
 
Constructors
| ExceptionHandlerFeature() | 
Properties
| Endpoint | 
		 Gets the selected Endpoint for the original request.  | 
        	
| Error | 
		 The error encountered during the original request  | 
        	
| Path | 
		 The portion of the request path that identifies the requested resource. The value is un-escaped.  | 
        	
| RouteValues | 
		 Gets the RouteValueDictionary associated with the original request.  |