WriteException(IAnsiConsole, Exception, ExceptionFormats) Method

Writes an exception to the console.
public static void WriteException(this IAnsiConsole console, Exception exception, ExceptionFormats format = Default)
Namespace
Spectre.Console
Containing Type
AnsiConsoleExtensions

Parameters

IAnsiConsole console
The console.
Exception exception
The exception to write to the console.
ExceptionFormats format
The exception format options.