다음을 통해 공유


ExceptionHandlerOptions.ExceptionHandler 속성

정의

RequestDelegate 예외를 처리할 입니다. 명시적으로 제공되지 않으면 후속 미들웨어 파이프라인이 기본적으로 사용됩니다.

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ ExceptionHandler { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate ExceptionHandler { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? ExceptionHandler { get; set; }
member this.ExceptionHandler : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property ExceptionHandler As RequestDelegate

속성 값

적용 대상