IExceptionHandlerPathFeature Interface   
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.
Represents an exception handler with the original path of the request.
public interface class IExceptionHandlerPathFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerFeaturepublic interface IExceptionHandlerPathFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeaturetype IExceptionHandlerPathFeature = interface
    interface IExceptionHandlerFeaturePublic Interface IExceptionHandlerPathFeature
Implements IExceptionHandlerFeature- Derived
- Implements
Properties
| Endpoint | Gets the selected Endpoint for the original request.(Inherited from IExceptionHandlerFeature) | 
| Error | The error encountered during the original request(Inherited from IExceptionHandlerFeature) | 
| 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.(Inherited from IExceptionHandlerFeature) |