Class ComponentNotFoundException
Represents an exception that is thrown when a search for a component did not succeed.
public sealed class ComponentNotFoundException : Exception, ISerializable
- Inheritance
-
ComponentNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ComponentNotFoundException(Type)
Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException(Type componentType)
Parameters
componentType
TypeThe type of component that was not found.