IExceptionHandlerFeature Interface

Definition

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.

Applies to