Class ViewExceptionsCommandHandler
ICommandHandler for opening a Loehnert.Lisrt.Messaging.Exceptions.Views.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
shellIShellThe main shell.
Methods
Run(Command)
Shows the Loehnert.Lisrt.Messaging.Exceptions.ViewModels.ExceptionsViewModel tool.
public override Task Run(Command command)
  Parameters
commandCommandThe executing command.