Table of Contents

Class TerminalExceptionHandlerContext

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

Constructors

TerminalExceptionHandlerContext(Exception, TerminalRequest?)

Initialize a new instance.

public TerminalExceptionHandlerContext(Exception exception, TerminalRequest? request = null)

Parameters

exception Exception

The exception.

request TerminalRequest

The command request.

Properties

Exception

The exception.

public Exception Exception { get; }

Property Value

Exception

Request

The command request.

public TerminalRequest? Request { get; }

Property Value

TerminalRequest