An operation that should be executed on one or more entities identified by TIdentity
thrown exceptions on some of them.
Inheritance Hierarchy
Object | ||||||
Exception | ||||||
SystemException | ||||||
InvalidOperationException | ||||||
EpicException | ||||||
AggregatedOperationFailedException | ||||||
AggregatedOperationFailedException<(Of <(<'TIdentity>)>)> |
Assembly: Epic.Prelude
Declaration Syntax
C# |
[SerializableAttribute] public sealed class AggregatedOperationFailedException<TIdentity> : AggregatedOperationFailedException, IEnumerable<KeyValuePair<TIdentity, Exception>>, IEnumerable where TIdentity : Object, IEquatable<TIdentity>
Generic Template Parameters
- TIdentity
- Identifier of the entities.
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
AggregatedOperationFailedException<(Of <(<'TIdentity>)>)>(IEnumerable<(Of <<'(KeyValuePair<(Of <<'(TIdentity, Exception>)>>)>)>>), IEnumerable<(Of <<'(TIdentity>)>>)) |
Initializes a new instance of the AggregatedOperationFailedException class.
| |
GetEnumerator()()()() |
Returns an enumerator that iterates through the exceptions occurred.
| |
GetObjectData(SerializationInfo, StreamingContext) |
Gets the object data.
(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
SuccessfullyAffectedEntities |
Enumeraction of the entities that were successfully affected by the operation.
|