ExceptionsGetTraceLogForWeb Method |
| Name | Description | |
|---|---|---|
| GetTraceLogForWeb(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. | |
| GetTraceLogForWeb(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. |