Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void WriteStackTrace(IEnumerable<string>)

Declaration

public static void WriteStackTrace(
    IEnumerable<string> stackTraceLines = null
)

Summary

Writes the specified or current stack trace to the console in pretty colors.

Parameters

IEnumerable<string>stackTraceLines The stack trace. Each string in this collection is expected to be one line of the stack trace. If null, defaults to the current stack trace.