Class ComponentNotFoundException
- Namespace
- MonkeyLoader.Components
- Assembly
- MonkeyLoader.dll
Represents the error when no matching component could be found in an Get<TComponent>() or Get<TComponent>(Predicate<TComponent>) method.
public sealed class ComponentNotFoundException : Exception, ISerializable
- Inheritance
-
ComponentNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ComponentNotFoundException(Type)
Creates a new instance of this exception.
public ComponentNotFoundException(Type componentType)
Parameters
componentType
Type
Properties
ComponentType
Gets the requested component Type.
public Type ComponentType { get; }