C# Class Simplify.Web.Diagnostics.ExceptionInfoPageGenerator

Provides exception information HTML page generator
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Generate ( Exception e, bool hideExceptionDetails = false ) : string

Generates the HTML page with exception information

Private Methods

Method Description
GetInnerExceptionData ( int currentLevel, Exception e ) : string

Method Details

Generate() public static method

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.
return string