Class MessageFailedDomainEvent
Inheritance
MessageFailedDomainEvent
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public class MessageFailedDomainEvent : BaseDomainEvent, INotification
Constructors
|
Edit this page
View Source
MessageFailedDomainEvent(NotificationMessageDto, string)
Declaration
public MessageFailedDomainEvent(NotificationMessageDto message, string error)
Parameters
Properties
|
Edit this page
View Source
Error
Declaration
public string Error { get; }
Property Value
|
Edit this page
View Source
Message
Declaration
public NotificationMessageDto Message { get; }
Property Value
Implements
MediatR.INotification