WriteException(IAnsiConsole, Exception, ExceptionSettings) Method

Writes an exception to the console.
public static void WriteException(this IAnsiConsole console, Exception exception, ExceptionSettings settings)
Namespace
Spectre.Console
Containing Type
AnsiConsoleExtensions

Parameters

IAnsiConsole console
The console.
Exception exception
The exception to write to the console.
ExceptionSettings settings
The exception settings.