C# Class Manos.Mvc.ExceptionRenderer

Exibir arquivo Open project: toptensoftware/manos

Public Methods

Method Description
RenderException ( IManosContext ctx, Exception x, bool debug ) : void
RenderLocation ( IHttpResponse r, string file, int line ) : void

Method Details

RenderException() public static method

public static RenderException ( IManosContext ctx, Exception x, bool debug ) : void
ctx IManosContext
x System.Exception
debug bool
return void

RenderLocation() public static method

public static RenderLocation ( IHttpResponse r, string file, int line ) : void
r IHttpResponse
file string
line int
return void