Class ErrorDescription
public record ErrorDescription : IEquatable<ErrorDescription>
- Inheritance
-
ErrorDescription
- Implements
- Inherited Members
Constructors
ErrorDescription(IEvent, string)
public ErrorDescription(IEvent Trigger, string Text)
Parameters
Properties
Text
public string Text { get; init; }
Property Value
Trigger
public IEvent Trigger { get; init; }