Constructor ErrorOccurredEventData
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
ErrorOccurredEventData()
Initializes a new instance of the ErrorOccurredEventData class.
public ErrorOccurredEventData()
ErrorOccurredEventData(Exception, string)
Initializes a new instance of the ErrorOccurredEventData class with the specified exception and display message.
public ErrorOccurredEventData(Exception ex, string displayMessage = null)