ExceptionsGetTraceLog Method |
| Name | Description | |
|---|---|---|
| GetTraceLog(StackTrace, StringBuilder) |
Gets the complete stack trace, each line representing a method call.
Note : if a builder is provided, this method will return null. | |
| GetTraceLog(Exception, StringBuilder) |
Gets the complete stack trace, each line representing a method call.
Note : if a builder is provided, this method will return null. |