Table of Contents

Class ViewExceptionsCommandHandler

Namespace
Loehnert.Lisrt.Messaging.Commands
Assembly
Loehnert.Lisrt.dll
[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 IShell

The main shell.

Methods

Run(Command)

Shows the ExceptionsViewModel tool.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

Completed when completed.