Show / Hide Table of Contents

Class MessageFailedDomainEvent

Inheritance
object
BaseDomainEvent
MessageFailedDomainEvent
Implements
INotification
Inherited Members
BaseDomainEvent.OccurredOn
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Domain.Events
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
Type Name Description
NotificationMessageDto message
string error

Properties

| Edit this page View Source

Error

Declaration
public string Error { get; }
Property Value
Type Description
string
| Edit this page View Source

Message

Declaration
public NotificationMessageDto Message { get; }
Property Value
Type Description
NotificationMessageDto

Implements

MediatR.INotification
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX