C# 클래스 ArenaNet.Sprout.IoC.ComponentNotFoundException

An exception that is thrown when the component is not found but required in the Context.
상속: ContextException
파일 보기 프로젝트 열기: arenanet/sprout-ioc

공개 메소드들

메소드 설명
ComponentNotFoundException ( Type componentType, string name ) : System

메소드 상세

ComponentNotFoundException() 공개 메소드

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