Class ComponentNotFoundException
public class ComponentNotFoundException : Exception, ISerializable
- Inheritance
-
ComponentNotFoundException
- Implements
- Inherited Members
Constructors
ComponentNotFoundException(Type, object)
public ComponentNotFoundException(Type type, object context)
Parameters
ComponentNotFoundException(Type, string)
public ComponentNotFoundException(Type type, string message)
Parameters
Properties
Type
public Type Type { get; }