C# 클래스 LinFu.IoC.NamedServiceNotFoundException

상속: LinFu.IoC.ServiceNotFoundException
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
NamedServiceNotFoundException ( string serviceName, Type serviceType ) : System

Initializes the service exception using the given serviceType as the service that was not found.

메소드 상세

NamedServiceNotFoundException() 공개 메소드

Initializes the service exception using the given serviceType as the service that was not found.
public NamedServiceNotFoundException ( string serviceName, Type serviceType ) : System
serviceName string The name of the service being requested.
serviceType System.Type The service type being requested.
리턴 System