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