C# Class Manos.Mvc.ExceptionRenderer

Afficher le fichier Open project: toptensoftware/manos

Méthodes publiques

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

Method Details

RenderException() public static méthode

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

RenderLocation() public static méthode

public static RenderLocation ( IHttpResponse r, string file, int line ) : void
r IHttpResponse
file string
line int
Résultat void