C# Класс Manos.Mvc.ExceptionRenderer

Показать файл Открыть проект

Открытые методы

Метод Описание
RenderException ( IManosContext ctx, Exception x, bool debug ) : void
RenderLocation ( IHttpResponse r, string file, int line ) : void

Описание методов

RenderException() публичный статический Метод

public static RenderException ( IManosContext ctx, Exception x, bool debug ) : void
ctx IManosContext
x System.Exception
debug bool
Результат void

RenderLocation() публичный статический Метод

public static RenderLocation ( IHttpResponse r, string file, int line ) : void
r IHttpResponse
file string
line int
Результат void