C# 클래스 Simplify.Web.Diagnostics.ExceptionInfoPageGenerator

Provides exception information HTML page generator
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
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