Table of Contents

Method PublishErrorOccurredEvent

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll

PublishErrorOccurredEvent(IEventAggregator, Exception)

Publishes an error occurred event.

public static void PublishErrorOccurredEvent(this IEventAggregator eventAggregator, Exception exception)

Parameters

eventAggregator IEventAggregator

The Prism.Events.IEventAggregator instance.

exception Exception

The exception that occurred.