C# 클래스 Owin.GlobalExceptionMiddleware

Captures and stores errors in the owin pipeline that are not handled deeper within the pipeline.
상속: Microsoft.Owin.OwinMiddleware
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
GlobalExceptionMiddleware ( Microsoft.Owin.OwinMiddleware next ) : Drey.Owin.Logging
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

Process an individual request.

메소드 상세

GlobalExceptionMiddleware() 공개 메소드

public GlobalExceptionMiddleware ( Microsoft.Owin.OwinMiddleware next ) : Drey.Owin.Logging
next Microsoft.Owin.OwinMiddleware
리턴 Drey.Owin.Logging

Invoke() 공개 메소드

Process an individual request.
public Invoke ( IOwinContext context ) : System.Threading.Tasks.Task
context IOwinContext
리턴 System.Threading.Tasks.Task