Table of Contents

Interface IFailedEvent<T>

Namespace
Tlabs.Data.Event
Assembly
Tlabs.Data.dll

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

Exception

Swallow

Set to true to swallow (not throw) the failure exception.

bool Swallow { get; set; }

Property Value

bool