IExceptionHandlerFeature 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 a feature containing the error of the original request to be examined by an exception handler.
public interface class IExceptionHandlerFeature
public interface IExceptionHandlerFeature
type IExceptionHandlerFeature = interface
Public Interface IExceptionHandlerFeature
- Derived
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. |