ExceptionHandlerFeature 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
예외 처리기에 의한 검사에 대한 원래 요청의 경로와 오류가 포함된 기능입니다.
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 원래 요청과 연결된 을 가져옵니다. |