C# Class ArenaNet.Sprout.IoC.ComponentNotFoundException

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

Méthodes publiques

Méthode Description
ComponentNotFoundException ( Type componentType, string name ) : System

Method Details

ComponentNotFoundException() public méthode

public ComponentNotFoundException ( Type componentType, string name ) : System
componentType System.Type
name string
Résultat System