C# Class ArenaNet.Sprout.IoC.ComponentNotFoundException

An exception that is thrown when the component is not found but required in the Context.
Inheritance: ContextException
Show file Open project: arenanet/sprout-ioc

Public Methods

Method Description
ComponentNotFoundException ( Type componentType, string name ) : System

Method Details

ComponentNotFoundException() public method

public ComponentNotFoundException ( Type componentType, string name ) : System
componentType System.Type
name string
return System