Click or drag to resize

ExceptionsGetTraceLogForWeb Method

Overload List
  NameDescription
Public methodStatic memberGetTraceLogForWeb(StackTrace, HtmlBuilder)
Gets the complete stack trace as HTML, each line representing a method call.

Note : if a builder is provided, this method will return an empty HTML string.

Public methodStatic memberGetTraceLogForWeb(Exception, HtmlBuilder)
Gets the complete stack trace as HTML, each line representing a method call.

Note : if a builder is provided, this method will return an empty HTML string.

Top
See Also