Table of Contents

Class TerminalConsoleExceptionHandler

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll

The default ITerminalExceptionHandler to handle an Exception and log the error message to ITerminalConsole.

public sealed class TerminalConsoleExceptionHandler : ITerminalExceptionHandler
Inheritance
TerminalConsoleExceptionHandler
Implements
Inherited Members

Constructors

TerminalConsoleExceptionHandler(ITerminalConsole)

Initialize a new instance.

public TerminalConsoleExceptionHandler(ITerminalConsole terminalConsole)

Parameters

terminalConsole ITerminalConsole

Methods

HandleExceptionAsync(TerminalExceptionHandlerContext)

Publish the Exception asynchronously to the logger.

public Task HandleExceptionAsync(TerminalExceptionHandlerContext context)

Parameters

context TerminalExceptionHandlerContext

The error to publish.

Returns

Task

The string representation.