Table of Contents

Constructor LogAndDisplayErrorService

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

LogAndDisplayErrorService(IEventAggregator, ILogger<LogAndDisplayErrorService>, IWindowDialogService)

Initializes a new instance of the LogAndDisplayErrorService class.

public LogAndDisplayErrorService(IEventAggregator eventAggregator, ILogger<LogAndDisplayErrorService> logger, IWindowDialogService windowDialogService)

Parameters

eventAggregator IEventAggregator

The event aggregator.

logger ILogger<LogAndDisplayErrorService>

The logger.

windowDialogService IWindowDialogService

The window dialog service.