ExceptionHandlerFeature 클래스

정의

예외 처리기에 의한 검사에 대한 원래 요청의 경로와 오류가 포함된 기능입니다.

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
상속
ExceptionHandlerFeature
구현

생성자

ExceptionHandlerFeature()

예외 처리기에 의한 검사에 대한 원래 요청의 경로와 오류가 포함된 기능입니다.

속성

Endpoint

원래 요청에 대해 선택된 Endpoint 을 가져옵니다.

Error

원래 요청 중에 발생한 오류

Path

요청된 리소스를 식별하는 요청 경로의 부분입니다. 이스케이프되지 않은 값입니다.

RouteValues

RouteValueDictionary 원래 요청과 연결된 을 가져옵니다.

적용 대상