Table of Contents

Class ErrorOccurredEventData

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll
public class ErrorOccurredEventData
Inheritance
ErrorOccurredEventData

Constructors

ErrorOccurredEventData()

Initializes a new instance of the ErrorOccurredEventData class.

ErrorOccurredEventData(Exception, string)

Initializes a new instance of the ErrorOccurredEventData class with the specified exception and display message.

Properties

DisplayMessage

Gets or sets the display message for the error.

Exception

Gets or sets the exception associated with the error.