Class TerminalExceptionHandlerContext
The ITerminalExceptionHandler context.
public class TerminalExceptionHandlerContext
- Inheritance
-
TerminalExceptionHandlerContext
- Inherited Members
Constructors
TerminalExceptionHandlerContext(Exception, TerminalRequest?)
Initialize a new instance.
public TerminalExceptionHandlerContext(Exception exception, TerminalRequest? request = null)
Parameters
exception
ExceptionThe exception.
request
TerminalRequestThe command request.
Properties
Exception
The exception.
public Exception Exception { get; }
Property Value
Request
The command request.
public TerminalRequest? Request { get; }