Table of Contents

Interface ITerminalExceptionHandler

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

An abstraction to handle Exception.

public interface ITerminalExceptionHandler

Methods

HandleExceptionAsync(TerminalExceptionHandlerContext)

Handles Exception asynchronously.

Task HandleExceptionAsync(TerminalExceptionHandlerContext context)

Parameters

context TerminalExceptionHandlerContext

The exception context.

Returns

Task