Class ViewExceptionsCommandHandler
ICommandHandler for opening a ExceptionsView.
[CommandHandler]
public class ViewExceptionsCommandHandler : CommandHandlerBase<ViewExceptionsCommandDefinition>, ICommandHandler<ViewExceptionsCommandDefinition>, ICommandHandler
- Inheritance
-
ViewExceptionsCommandHandler
- Implements
- Inherited Members
Constructors
ViewExceptionsCommandHandler(IShell)
Initializes a new instance of the ViewExceptionsCommandHandler class.
[ImportingConstructor]
public ViewExceptionsCommandHandler(IShell shell)
Parameters
shell
IShellThe main shell.
Methods
Run(Command)
Shows the ExceptionsViewModel tool.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.