Class OwnedDependenciesDisposalAggregateException
- Namespace
- LfrlAnvil.Dependencies.Exceptions
- Assembly
- LfrlAnvil.Dependencies.dll
Represents a collection of errors that occurred during scope disposal.
public class OwnedDependenciesDisposalAggregateException : AggregateException, ISerializable
- Inheritance
-
OwnedDependenciesDisposalAggregateException
- Implements
- Inherited Members
Constructors
OwnedDependenciesDisposalAggregateException(IDependencyScope, Chain<OwnedDependencyDisposalException>)
Creates a new OwnedDependenciesDisposalAggregateException instance.
public OwnedDependenciesDisposalAggregateException(IDependencyScope scope, Chain<OwnedDependencyDisposalException> innerExceptions)
Parameters
scope
IDependencyScopeDisposed scope.
innerExceptions
Chain<OwnedDependencyDisposalException>Collection of errors.