Class MissingDependenciesException
- Namespace
- RisingV.Shared.Exceptions
- Assembly
- RisingV.Shared.dll
Represents an exception that is thrown when there are missing dependencies in the system.
public class MissingDependenciesException : BaseException, ISerializable
- Inheritance
-
MissingDependenciesException
- Implements
- Inherited Members
- Extension Methods
Constructors
MissingDependenciesException(Map<Type, List<(Type, IManager)>>)
Represents an exception that is thrown when there are missing dependencies in the system.
public MissingDependenciesException(Map<Type, List<(Type, IManager)>> missingDependencies)
Parameters
Properties
MissingDependencies
public Map<Type, List<(Type, IManager)>> MissingDependencies { get; }