Interface ITerminalExceptionHandler
An abstraction to handle Exception.
public interface ITerminalExceptionHandler
Methods
HandleExceptionAsync(TerminalExceptionHandlerContext)
Handles Exception asynchronously.
Task HandleExceptionAsync(TerminalExceptionHandlerContext context)
Parameters
context
TerminalExceptionHandlerContextThe exception context.