Fork me on GitHubEpicdominant domains
APIEpic.CollectionsAggregatedOperationFailedException<(Of <(<'TIdentity>)>)>AggregatedOperationFailedException<(Of <(<'TIdentity>)>)>(IEnumerable<(Of <<'(KeyValuePair<(Of <<'(TIdentity, Exception>)>>)>)>>), IEnumerable<(Of <<'(TIdentity>)>>))

AggregatedOperationFailedException<(Of <(<'TIdentity>)>)> Constructor (exceptionsOccurred, affectedEntities)
Initializes a new instance of the AggregatedOperationFailedException class.

Assembly: Epic.Prelude

Declaration Syntax
C#
public AggregatedOperationFailedException(
	IEnumerable<KeyValuePair<TIdentity, Exception>> exceptionsOccurred,
	IEnumerable<TIdentity> affectedEntities
)
Parameters
exceptionsOccurred (IEnumerable<(Of <(<'KeyValuePair<(Of <(<'TIdentity, Exception>)>)>>)>)>)

[Missing <param name="exceptionsOccurred"/> documentation for "M:Epic.Collections.AggregatedOperationFailedException`1.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Exception}},System.Collections.Generic.IEnumerable{`0})"]

affectedEntities (IEnumerable<(Of <(<'TIdentity>)>)>)

[Missing <param name="affectedEntities"/> documentation for "M:Epic.Collections.AggregatedOperationFailedException`1.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.Exception}},System.Collections.Generic.IEnumerable{`0})"]

blog comments powered by Disqus