Table of Contents

Class TerminalExceptionHandlerContext

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll
public class TerminalExceptionHandlerContext
Inheritance
TerminalExceptionHandlerContext
Inherited Members

Constructors

TerminalExceptionHandlerContext(Exception, CommandRoute?)

Initialize a new instance.

public TerminalExceptionHandlerContext(Exception exception, CommandRoute? commandRoute = null)

Parameters

exception Exception

The exception.

commandRoute CommandRoute

The command route.

Properties

Exception

The exception.

public Exception Exception { get; }

Property Value

Exception

Route

The command route.

public CommandRoute? Route { get; }

Property Value

CommandRoute