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
IEventAggregatorThe Prism.Events.IEventAggregator instance.
exception
ExceptionThe exception that occurred.