C# Класс Simplify.Web.Diagnostics.ExceptionInfoPageGenerator

Provides exception information HTML page generator
Показать файл Открыть проект

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

Метод Описание
Generate ( Exception e, bool hideExceptionDetails = false ) : string

Generates the HTML page with exception information

Приватные методы

Метод Описание
GetInnerExceptionData ( int currentLevel, Exception e ) : string

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

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

Generates the HTML page with exception information
public static Generate ( Exception e, bool hideExceptionDetails = false ) : string
e System.Exception Exception to get information from.
hideExceptionDetails bool if set to true then exception details will not be shown.
Результат string