Fork me on GitHubEpicdominant domains
APIEpic.CollectionsAggregatedOperationFailedException<(Of <(<'TIdentity>)>)>

AggregatedOperationFailedException<(Of <(<'TIdentity>)>)>
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 MembersConstructorsMethodsProperties  



MemberDescription
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.
blog comments powered by Disqus