C# Class Owin.GlobalExceptionMiddleware

Captures and stores errors in the owin pipeline that are not handled deeper within the pipeline.
Inheritance: Microsoft.Owin.OwinMiddleware
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
GlobalExceptionMiddleware ( Microsoft.Owin.OwinMiddleware next ) : Drey.Owin.Logging
Invoke ( IOwinContext context ) : System.Threading.Tasks.Task

Process an individual request.

Method Details

GlobalExceptionMiddleware() public method

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

Invoke() public method

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