C# 클래스 ApiErrorMiddleWare, code

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
ApiErrorMiddleWare ( RequestDelegate next )
Invoke ( HttpContext, context ) : Task,

비공개 메소드들

메소드 설명
HandleExceptionAsync ( HttpContext, context, Exception, exception ) : Task,

메소드 상세

ApiErrorMiddleWare() 공개 메소드

public ApiErrorMiddleWare ( RequestDelegate next )
next RequestDelegate

Invoke() 공개 메소드

public Invoke ( HttpContext, context ) : Task,
context HttpContext,
리턴 Task,