C# Class Simplify.Web.Diagnostics.ExceptionInfoPageGenerator

Provides exception information HTML page generator
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
Generate ( Exception e, bool hideExceptionDetails = false ) : string

Generates the HTML page with exception information

Private Methods

Méthode Description
GetInnerExceptionData ( int currentLevel, Exception e ) : string

Method Details

Generate() public static méthode

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.
Résultat string