Class TerminalExceptionHandlerContext
The ITerminalExceptionHandler context.
public class TerminalExceptionHandlerContext
- Inheritance
-
TerminalExceptionHandlerContext
- Inherited Members
Constructors
TerminalExceptionHandlerContext(Exception, CommandRoute?)
Initialize a new instance.
public TerminalExceptionHandlerContext(Exception exception, CommandRoute? commandRoute = null)
Parameters
exception
ExceptionThe exception.
commandRoute
CommandRouteThe command route.
Properties
Exception
The exception.
public Exception Exception { get; }
Property Value
Route
The command route.
public CommandRoute? Route { get; }