Interface IFailedEvent<T>
Interface of a data store failed event for an entity of T
.
public interface IFailedEvent<out T> : IEvent<T>
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Exception
Failure exeption.
Exception Exception { get; }
Property Value
Swallow
Set to true to swallow (not throw) the failure exception.
bool Swallow { get; set; }