C# Class Gate.Middleware.ShowExceptions

Mostra file Open project: owin/museum-piece-gate

Public Methods

Method Description
Middleware ( Func,Task> app ) : Func,Task>

Private Methods

Method Description
ErrorPage ( object>.IDictionary env, Exception ex, Action write ) : void
LoadFrame ( string function, string file, int lineNumber ) : Frame
StackFrame ( Chunk line ) : Frame
StackFrames ( Exception ex ) : IEnumerable
StackFrames ( IEnumerable stackTraces ) : IEnumerable
StackTraces ( Exception ex ) : IEnumerable
h ( object text ) : string

Method Details

Middleware() public static method

public static Middleware ( Func,Task> app ) : Func,Task>
app Func,Task>
return Func,Task>